[#ASN1_tag2str] = ASN1_tag2str :mrdocs: Return a human‐readable name for an ASN.1 universal tag number. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* ASN1_tag2str(int tag); ---- == Return Value Static string name for `tag` (do not free). == Parameters [cols="1,4"] |=== | Name| Description | *tag* | Tag such as V_ASN1_UTF8STRING or V_ASN1_SEQUENCE. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#