Return the naming authority URL (IA5String).
Synopsis
Declared in <openssl/x509v3.h>
ASN1_IA5STRING const*
NAMING_AUTHORITY_get0_authorityURL(NAMING_AUTHORITY const* n);
Return Value
Internal ASN1_IA5STRING, or NULL if absent; do not free.
Parameters
Name |
Description |
n |
Naming authority to query. |
Created with MrDocs