pub fn nid_from_short_name(sn: &CStr) -> Option<i32>
Look up a NID by its short name (e.g. c"sha256", c"rsaEncryption").
c"sha256"
c"rsaEncryption"
Returns None if the name is not in OpenSSL’s object table.
None