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

Name

Description

n

NID to look up.

Created with MrDocs