NAMING_AUTHORITY_set0_authorityURL

Set the authority URL on a NAMING_AUTHORITY, taking ownership of namingAuthorityUrl.

Synopsis

Declared in <openssl/x509v3.h>

void
NAMING_AUTHORITY_set0_authorityURL(
    NAMING_AUTHORITY* n,
    ASN1_IA5STRING* namingAuthorityUrl);

Parameters

NameDescription
nNaming authority to update.
namingAuthorityUrlNew URL IA5String, or NULL to clear; frees any previous value.