Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_lcl.h325 struct x509_store_ctx_st { struct
326 X509_STORE *store;
327 int current_method; /* used when looking up certs */
330 X509 *cert; /* The cert to check */
334 X509_VERIFY_PARAM *param;
335 void *other_ctx; /* Other info for use with get_issuer() */
338 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
339 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
340 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
341 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
[all …]