Set the profession items (titles) on a PROFESSION_INFO, taking ownership of as.

Synopsis

Declared in <openssl/x509v3.h>

void
PROFESSION_INFO_set0_professionItems(
    PROFESSION_INFO* pi,
    stack_st_ASN1_STRING* as);

Parameters

Name

Description

pi

Profession info whose professionItems field is replaced.

as

Stack of profession‐item strings, or NULL to clear; frees any previous stack.

Created with MrDocs