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
Name |
Description |
rootCaCert |
Root CA certificate to include, or NULL for an empty ITAV. |
Created with MrDocs