Return the verified certificate chain built for ctx without transferring ownership.
Declared in <openssl/x509_vfy.h>
stack_st_X509*
X509_STORE_CTX_get0_chain(X509_STORE_CTX const* ctx);
Internal STACK_OF(X509) (leaf first), or NULL if none; do not free.
| Name | Description |
|---|---|
| ctx | Store context after successful (or partial) chain building. |