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.h303 struct x509_store_st { struct
310 X509_VERIFY_PARAM *param;
313 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
314 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
315 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
317 CRYPTO_EX_DATA ex_data;
318 int references;