Look up the numeric object identifier (NID) for a short name string.
Declared in <openssl/objects.h>
int
OBJ_sn2nid(char const* s);
Matching NID, or NID_undef if s is not recognised.
| Name | Description |
|---|---|
| s | Short name such as "SHA256" or "rsaEncryption". |