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