Set the naming authority OID, taking ownership of namingAuthorityId.
Declared in <openssl/x509v3.h>
void
NAMING_AUTHORITY_set0_authorityId(
NAMING_AUTHORITY* n,
ASN1_OBJECT* namingAuthorityId);
| Name | Description |
|---|---|
| n | Naming authority to update. |
| namingAuthorityId | New authority identifier OID, or NULL to clear. |