OSSL_CMP_CTX_get1_newChain

Return a copy of the newly obtained certificate chain from the last transaction.

Synopsis

Declared in <openssl/cmp.h>

stack_st_X509*
OSSL_CMP_CTX_get1_newChain(OSSL_CMP_CTX const* ctx);

Return Value

Newly allocated certificate stack, or NULL if unavailable; caller must free.

Parameters

NameDescription
ctxCMP context.