Return the profession item strings from a PROFESSION_INFO.

Synopsis

Declared in <openssl/x509v3.h>

stack_st_ASN1_STRING const*
PROFESSION_INFO_get0_professionItems(PROFESSION_INFO const* pi);

Return Value

Internal stack of ASN1_STRING profession items, or NULL if absent; must not be freed by the caller.

Parameters

Name

Description

pi

Profession info to query.

Created with MrDocs