ADMISSIONS_get0_namingAuthority

Return the naming authority from an ADMISSIONS entry.

Synopsis

Declared in <openssl/x509v3.h>

NAMING_AUTHORITY const*
ADMISSIONS_get0_namingAuthority(ADMISSIONS const* a);

Return Value

Internal pointer to the NAMING_AUTHORITY, or NULL if absent; must not be freed by the caller.

Parameters

NameDescription
aAdmissions entry to query.