cert_crl
int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
ok = ctx->cert_crl(ctx, dcrl, x);
ok = ctx->cert_crl(ctx, crl, x);
if (store && store->cert_crl)
ctx->cert_crl = store->cert_crl;
ctx->cert_crl = cert_crl;