ASN1_tag2str

Return a human-readable name for an ASN.1 universal tag number.

Synopsis

Declared in <openssl/asn1.h>

char const*
ASN1_tag2str(int tag);

Return Value

Static string name for tag (do not free).

Parameters

NameDescription
tagTag such as V_ASN1_UTF8STRING or V_ASN1_SEQUENCE.