OSSL_CMP_ITAV_new_rootCaCert

Create a rootCaCert ITAV optionally containing a root CA certificate.

Synopsis

Declared in <openssl/cmp.h>

OSSL_CMP_ITAV*
OSSL_CMP_ITAV_new_rootCaCert(X509 const* rootCaCert);

Return Value

New ITAV on success, or NULL on error.

Parameters

NameDescription
rootCaCertRoot CA certificate to include, or NULL for an empty ITAV.