NAMING_AUTHORITY_set0_authorityId

Set the naming authority OID, taking ownership of namingAuthorityId.

Synopsis

Declared in <openssl/x509v3.h>

void
NAMING_AUTHORITY_set0_authorityId(
    NAMING_AUTHORITY* n,
    ASN1_OBJECT* namingAuthorityId);

Parameters

NameDescription
nNaming authority to update.
namingAuthorityIdNew authority identifier OID, or NULL to clear.