OSSL_CMP_CTX_get0_newCert

Return the newly obtained certificate from the last transaction, if any.

Synopsis

Declared in <openssl/cmp.h>

X509*
OSSL_CMP_CTX_get0_newCert(OSSL_CMP_CTX const* ctx);

Return Value

Pointer to the new certificate owned by ctx, or NULL if unavailable.

Parameters

NameDescription
ctxCMP context.