#include <stdapis/openssl/x509_vfy.h>
| struct x509_store_ctx_st |
| Public Attributes | |
|---|---|
| X509 * | cert |
| int(* | cert_crl |
| STACK * | chain |
| int(* | check_crl |
| int(* | check_issued |
| int(* | check_policy |
| int(* | check_revocation |
| int(* | cleanup |
| STACK * | crls |
| X509_STORE * | ctx |
| X509 * | current_cert |
| X509_CRL * | current_crl |
| X509 * | current_issuer |
| int | current_method |
| int | error |
| int | error_depth |
| CRYPTO_EX_DATA | ex_data |
| int | explicit_policy |
| int(* | get_crl |
| int(* | get_issuer |
| int | last_untrusted |
| void * | other_ctx |
| X509_VERIFY_PARAM * | param |
| X509_POLICY_TREE * | tree |
| STACK * | untrusted |
| int | valid |
| int(* | verify |
| int(* | verify_cb |