Set the authority text on a NAMING_AUTHORITY, taking ownership of namingAuthorityText.
Synopsis
Declared in <openssl/x509v3.h>
void
NAMING_AUTHORITY_set0_authorityText(
NAMING_AUTHORITY* n,
ASN1_STRING* namingAuthorityText);
Parameters
Name |
Description |
n |
Naming authority to update. |
namingAuthorityText |
New descriptive text, or NULL to clear; frees any previous value. |
Created with MrDocs