Return a copy of extraCerts received in the last CMP message.
Declared in <openssl/cmp.h>
stack_st_X509*
OSSL_CMP_CTX_get1_extraCertsIn(OSSL_CMP_CTX const* ctx);
Newly allocated certificate stack, or NULL if unavailable; caller must free.
| Name | Description |
|---|---|
| ctx | CMP context. |