OBJ_nid2sn

Return the short name string for a numeric object identifier (NID).

Synopsis

Declared in <openssl/objects.h>

char const*
OBJ_nid2sn(int n);

Return Value

Internal short-name string (do not free), or NULL if unknown.

Parameters

NameDescription
nNID to look up.