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

Name

Description

ctx

CMP context.

Created with MrDocs