Create a caCerts ITAV containing a copy of the given CA certificate stack.
Declared in <openssl/cmp.h>
OSSL_CMP_ITAV*
OSSL_CMP_ITAV_new_caCerts(stack_st_X509 const* caCerts);
New ITAV on success, or NULL on error.
| Name | Description |
|---|---|
| caCerts | CA certificates to embed in the ITAV. |