Return the newly obtained certificate from the last transaction, if any.
Declared in <openssl/cmp.h>
<openssl/cmp.h>
X509* OSSL_CMP_CTX_get0_newCert(OSSL_CMP_CTX const* ctx);
Pointer to the new certificate owned by ctx, or NULL if unavailable.
ctx,