Set the admission authority GENERAL_NAME on an ADMISSIONS entry, transferring ownership.
Synopsis
Declared in <openssl/x509v3.h>
void
ADMISSIONS_set0_admissionAuthority(
ADMISSIONS* a,
GENERAL_NAME* aa);
Parameters
Name |
Description |
a |
Admissions entry to update; any previous authority is freed. |
aa |
New admission authority, or NULL to clear; ownership transfers to |
Created with MrDocs