OSSL_CMP_CTX_get1_caPubs

Return a copy of CA certificates (caPubs) from the last certRep.

Synopsis

Declared in <openssl/cmp.h>

stack_st_X509*
OSSL_CMP_CTX_get1_caPubs(OSSL_CMP_CTX const* ctx);

Return Value

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

Parameters

NameDescription
ctxCMP context.