Return the NID for an object long name.
Synopsis
Declared in <openssl/objects.h>
int
OBJ_ln2nid(char const* s);
Return Value
Corresponding NID, or NID_undef on error.
Parameters
Name |
Description |
s |
Long name to look up (for example "commonName"). |
Created with MrDocs