Home | History | Annotate | Download | only in x509

Lines Matching full:crls

127 			X509_CRL *base, STACK_OF(X509_CRL) *crls);
826 STACK_OF(X509_CRL) *crls)
834 for (i = 0; i < sk_X509_CRL_num(crls); i++)
836 crl = sk_X509_CRL_value(crls, i);
863 get_delta_sk(ctx, pdcrl, pscore, best_crl, crls);
949 X509_CRL *base, STACK_OF(X509_CRL) *crls)
957 for (i = 0; i < sk_X509_CRL_num(crls); i++)
959 delta = sk_X509_CRL_value(crls, i);
992 /* Reason codes or indirect CRLs need extended CRL support */
1123 crl_ctx.crls = ctx->crls;
1309 &issuer, &crl_score, &reasons, ctx->crls);
1314 /* Lookup CRLs from store */
1318 /* If no CRLs found and a near match from get_crl_sk use that */
1911 ctx->crls=sk;
2009 ctx->crls = NULL;