Return the untrusted certificate stack configured on the context.
Synopsis
Declared in <openssl/cmp.h>
stack_st_X509*
OSSL_CMP_CTX_get0_untrusted(OSSL_CMP_CTX const* ctx);
Return Value
Internal untrusted stack, or NULL if unset.
Parameters
Name |
Description |
ctx |
CMP context. |
Created with MrDocs