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

Name

Description

a

Admissions entry to query.

Created with MrDocs