X509_STORE_CTX_get0_untrusted

Return the stack of untrusted certificates associated with a verification context.

Synopsis

Declared in <openssl/x509_vfy.h>

stack_st_X509*
X509_STORE_CTX_get0_untrusted(X509_STORE_CTX const* ctx);

Return Value

Internal STACK_OF(X509) pointer (do not free the stack itself), or NULL if unset.

Parameters

NameDescription
ctxStore context to query.