Home | History | Annotate | Download | only in x509

Lines Matching refs:crls

126 			X509_CRL *base, STACK_OF(X509_CRL) *crls);
947 STACK_OF(X509_CRL) *crls)
956 for (i = 0; i < sk_X509_CRL_num(crls); i++)
958 crl = sk_X509_CRL_value(crls, i);
985 get_delta_sk(ctx, pdcrl, pscore, best_crl, crls);
1071 X509_CRL *base, STACK_OF(X509_CRL) *crls)
1079 for (i = 0; i < sk_X509_CRL_num(crls); i++)
1081 delta = sk_X509_CRL_value(crls, i);
1114 /* Reason codes or indirect CRLs need extended CRL support */
1245 crl_ctx.crls = ctx->crls;
1431 &issuer, &crl_score, &reasons, ctx->crls);
1436 /* Lookup CRLs from store */
1440 /* If no CRLs found and a near match from get_crl_sk use that */
1962 /* Make a delta CRL as the diff between two full CRLs */
1971 /* CRLs can't be delta already */
2007 /* CRLs must verify */
2054 * CRLs covering multiple CAs.
2160 ctx->crls=sk;
2255 ctx->crls = NULL;