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

Name

Description

nid

Object identifier NID whose string encoding policy is requested.

Created with MrDocs