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

Name

Description

n

Naming authority to update.

namingAuthorityUrl

New URL IA5String, or NULL to clear; frees any previous value.

Created with MrDocs