Return the admission authority GENERAL_NAME from an ADMISSIONS entry.
Declared in <openssl/x509v3.h>
GENERAL_NAME const*
ADMISSIONS_get0_admissionAuthority(ADMISSIONS const* a);
Internal pointer to the admission authority, or NULL if absent; must not be freed by the caller.
| Name | Description |
|---|---|
| a | Admissions entry to query. |