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