OSSL_CMP_ITAV_get0_certProfile

Extract the certProfile name list from a certProfile ITAV.

Synopsis

Declared in <openssl/cmp.h>

int
OSSL_CMP_ITAV_get0_certProfile(
    OSSL_CMP_ITAV const* itav,
    stack_st_ASN1_UTF8STRING** out);

Return Value

1 on success, 0 if itav is not a certProfile ITAV or on error.

Parameters

NameDescription
itavITAV with infoType certProfile.
outAddress of a pointer set to the internal profile-name stack, or NULL if none.