Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_local.h301 struct x509_store_st { struct
308 X509_VERIFY_PARAM *param;
311 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
312 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
313 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
315 CRYPTO_EX_DATA ex_data;
316 int references;