Create a rootCaCert ITAV optionally containing a root CA certificate.
Declared in <openssl/cmp.h>
OSSL_CMP_ITAV*
OSSL_CMP_ITAV_new_rootCaCert(X509 const* rootCaCert);
New ITAV on success, or NULL on error.
| Name | Description |
|---|---|
| rootCaCert | Root CA certificate to include, or NULL for an empty ITAV. |