OSSL_CMP_ITAV_new_rootCaKeyUpdate

Create a rootCaKeyUpdate ITAV with optional transition certificates.

Synopsis

Declared in <openssl/cmp.h>

OSSL_CMP_ITAV*
OSSL_CMP_ITAV_new_rootCaKeyUpdate(
    X509 const* newWithNew,
    X509 const* newWithOld,
    X509 const* oldWithNew);

Return Value

New ITAV on success, or NULL on error.

Parameters

NameDescription
newWithNewNew root CA certificate signed with the new key, or NULL.
newWithOldNew root CA certificate signed with the old key, or NULL.
oldWithNewOld root CA certificate signed with the new key, or NULL.