NAMING_AUTHORITY_set0_authorityText

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

NameDescription
nNaming authority to update.
namingAuthorityTextNew descriptive text, or NULL to clear; frees any previous value.