Searched refs:get_crl (Results 1 – 8 of 8) sorted by relevance
133 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); member
963 X509_STORE_CTX_get_crl_fn get_crl) in X509_STORE_set_get_crl() argument965 xs->get_crl = get_crl; in X509_STORE_set_get_crl()970 return xs->get_crl; in X509_STORE_get_get_crl()
1016 if (ctx->get_crl != NULL) in check_cert()1017 ok = ctx->get_crl(ctx, &crl, x); in check_cert()2495 if (store != NULL && store->get_crl != NULL) in X509_STORE_CTX_init()2496 ctx->get_crl = store->get_crl; in X509_STORE_CTX_init()2498 ctx->get_crl = NULL; in X509_STORE_CTX_init()2693 return ctx->get_crl; in X509_STORE_CTX_get_get_crl()2697 X509_STORE_CTX_get_crl_fn get_crl) in X509_STORE_CTX_set_get_crl() argument2699 ctx->get_crl = get_crl; in X509_STORE_CTX_set_get_crl()
239 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); member
42 X509_STORE_CTX_get_crl_fn get_crl);
84 X509_STORE_CTX_get_crl_fn get_crl);
437 X509_STORE_CTX_get_crl_fn get_crl);491 X509_STORE_CTX_get_crl_fn get_crl);
10738 Modify get_crl() to find a valid (unexpired) CRL if possible.
Completed in 90 milliseconds