#include <x509_vfy.h>
Public Member Functions | |
STACK_OF (X509_OBJECT)*objs | |
STACK_OF (X509_LOOKUP)*get_cert_methods | |
Data Fields | |
int | cache |
X509_VERIFY_PARAM * | param |
int(* | verify )(X509_STORE_CTX *ctx) |
int(* | verify_cb )(int ok, X509_STORE_CTX *ctx) |
int(* | get_issuer )(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) |
int(* | check_issued )(X509_STORE_CTX *ctx, X509 *x, X509 *issuer) |
int(* | check_revocation )(X509_STORE_CTX *ctx) |
int(* | get_crl )(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x) |
int(* | check_crl )(X509_STORE_CTX *ctx, X509_CRL *crl) |
int(* | cert_crl )(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) |
int(* | cleanup )(X509_STORE_CTX *ctx) |
CRYPTO_EX_DATA | ex_data |
int | references |
Definition at line 181 of file x509_vfy.h.
x509_store_st::STACK_OF | ( | X509_OBJECT | ) |
x509_store_st::STACK_OF | ( | X509_LOOKUP | ) |
Definition at line 184 of file x509_vfy.h.
Definition at line 190 of file x509_vfy.h.
int(* x509_store_st::verify)(X509_STORE_CTX *ctx) |
int(* x509_store_st::verify_cb)(int ok, X509_STORE_CTX *ctx) |
int(* x509_store_st::get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) |
int(* x509_store_st::check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer) |
int(* x509_store_st::check_revocation)(X509_STORE_CTX *ctx) |
int(* x509_store_st::get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x) |
int(* x509_store_st::check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl) |
int(* x509_store_st::cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) |
int(* x509_store_st::cleanup)(X509_STORE_CTX *ctx) |
Definition at line 203 of file x509_vfy.h.
Definition at line 204 of file x509_vfy.h.