Home | History | Annotate | Download | only in x509

Lines Matching refs:crls

127 			X509_CRL *base, STACK_OF(X509_CRL) *crls);
832 STACK_OF(X509_CRL) *crls)
840 for (i = 0; i < sk_X509_CRL_num(crls); i++)
842 crl = sk_X509_CRL_value(crls, i);
869 get_delta_sk(ctx, pdcrl, pscore, best_crl, crls);
955 X509_CRL *base, STACK_OF(X509_CRL) *crls)
963 for (i = 0; i < sk_X509_CRL_num(crls); i++)
965 delta = sk_X509_CRL_value(crls, i);
998 /* Reason codes or indirect CRLs need extended CRL support */
1129 crl_ctx.crls = ctx->crls;
1315 &issuer, &crl_score, &reasons, ctx->crls);
1320 /* Lookup CRLs from store */
1324 /* If no CRLs found and a near match from get_crl_sk use that */
1916 ctx->crls=sk;
2014 ctx->crls = NULL;