PROFESSION_INFO_get0_namingAuthority

Return the naming authority from a PROFESSION_INFO.

Synopsis

Declared in <openssl/x509v3.h>

NAMING_AUTHORITY const*
PROFESSION_INFO_get0_namingAuthority(PROFESSION_INFO const* pi);

Return Value

Internal pointer to the NAMING_AUTHORITY, or NULL if absent; must not be freed by the caller.

Parameters

NameDescription
piProfession info to query.