OSSL_CMP_ITAV_get0_caCerts

Extract the CA certificate stack from a caCerts ITAV.

Synopsis

Declared in <openssl/cmp.h>

int
OSSL_CMP_ITAV_get0_caCerts(
    OSSL_CMP_ITAV const* itav,
    stack_st_X509** out);

Return Value

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

Parameters

NameDescription
itavITAV with infoType caCerts.
outAddress of a pointer set to the internal certificate stack, or NULL if none.