[#OSSL_CMP_CTX_get0_newCert] = OSSL_CMP_CTX_get0_newCert :mrdocs: Return the newly obtained certificate from the last transaction, if any. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509.adoc[X509]* OSSL_CMP_CTX_get0_newCert(xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX] const* ctx); ---- == Return Value Pointer to the new certificate owned by `ctx,` or NULL if unavailable. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#