Return the stack of untrusted certificates associated with a verification context.
Declared in <openssl/x509_vfy.h>
stack_st_X509*
X509_STORE_CTX_get0_untrusted(X509_STORE_CTX const* ctx);
Internal STACK_OF(X509) pointer (do not free the stack itself), or NULL if unset.
| Name | Description |
|---|---|
| ctx | Store context to query. |