NAMING_AUTHORITY_get0_authorityText

Return the human-readable naming authority text.

Synopsis

Declared in <openssl/x509v3.h>

ASN1_STRING const*
NAMING_AUTHORITY_get0_authorityText(NAMING_AUTHORITY const* n);

Return Value

Internal ASN1_STRING, or NULL if absent; do not free.

Parameters

NameDescription
nNaming authority to query.