ASN1_STRING_TABLE_get

Look up the ASN1_STRING_TABLE entry for a string-valued NID.

Synopsis

Declared in <openssl/asn1.h>

ASN1_STRING_TABLE*
ASN1_STRING_TABLE_get(int nid);

Return Value

Pointer to the table entry (do not free), or NULL if none is registered.

Parameters

NameDescription
nidObject identifier NID whose string encoding policy is requested.