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
Name |
Description |
n |
Naming authority to update. |
namingAuthorityId |
New authority identifier OID, or NULL to clear. |
Created with MrDocs