Home
last modified time | relevance | path

Searched defs:x509_store_st (Results 1 – 1 of 1) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vfy.h183 struct x509_store_st { struct
185 int cache; /* if true, stash any hits */
189 X509_VERIFY_PARAM *param;
192 int (*verify) (X509_STORE_CTX *ctx);
194 int (*verify_cb) (int ok, X509_STORE_CTX *ctx);
196 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
198 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
200 int (*check_revocation) (X509_STORE_CTX *ctx);
202 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
204 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl);
[all …]