Set the admission authority GeneralName on an ADMISSION_SYNTAX, taking ownership of aa.

Synopsis

Declared in <openssl/x509v3.h>

void
ADMISSION_SYNTAX_set0_admissionAuthority(
    ADMISSION_SYNTAX* as,
    GENERAL_NAME* aa);

Parameters

Name

Description

as

Admission syntax whose authority is replaced.

aa

New admission authority name, or NULL to clear; frees any previous value.

Created with MrDocs