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

Synopsis

Declared in <openssl/objects.h>

char const*
OBJ_nid2ln(int n);

Return Value

Internal long‐name string (do not free), or NULL if unknown.

Parameters

Name

Description

n

NID to look up.

Created with MrDocs