ADMISSIONS_get0_admissionAuthority

Return the admission authority GENERAL_NAME from an ADMISSIONS entry.

Synopsis

Declared in <openssl/x509v3.h>

GENERAL_NAME const*
ADMISSIONS_get0_admissionAuthority(ADMISSIONS const* a);

Return Value

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

Parameters

NameDescription
aAdmissions entry to query.