Home | History | Annotate | Download | only in x509

Lines Matching refs:crls

133 			X509_CRL *base, STACK_OF(X509_CRL) *crls);
966 STACK_OF(X509_CRL) *crls)
975 for (i = 0; i < sk_X509_CRL_num(crls); i++)
977 crl = sk_X509_CRL_value(crls, i);
1004 get_delta_sk(ctx, pdcrl, pscore, best_crl, crls);
1090 X509_CRL *base, STACK_OF(X509_CRL) *crls)
1098 for (i = 0; i < sk_X509_CRL_num(crls); i++)
1100 delta = sk_X509_CRL_value(crls, i);
1133 /* Reason codes or indirect CRLs need extended CRL support */
1264 crl_ctx.crls = ctx->crls;
1450 &issuer, &crl_score, &reasons, ctx->crls);
1455 /* Lookup CRLs from store */
1459 /* If no CRLs found and a near match from get_crl_sk use that */
1979 /* Make a delta CRL as the diff between two full CRLs */
1988 /* CRLs can't be delta already */
2024 /* CRLs must verify */
2071 * CRLs covering multiple CAs.
2182 ctx->crls=sk;