Create a caCerts ITAV containing a copy of the given CA certificate stack.

Synopsis

Declared in <openssl/cmp.h>

OSSL_CMP_ITAV*
OSSL_CMP_ITAV_new_caCerts(stack_st_X509 const* caCerts);

Return Value

New ITAV on success, or NULL on error.

Parameters

Name

Description

caCerts

CA certificates to embed in the ITAV.

Created with MrDocs