Return the NID for a text object identifier.
Synopsis
Declared in <openssl/objects.h>
int
OBJ_txt2nid(char const* s);
Return Value
Corresponding NID, or NID_undef on error.
Parameters
Name |
Description |
s |
Long name, short name, or numerical OID string. |
Created with MrDocs