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

Name

Description

n

Naming authority to query.

Created with MrDocs