Home | History | Annotate | Download | only in apps

Lines Matching full:crls

75 		STACK_OF(X509_CRL) *crls, ENGINE *e);
87 STACK_OF(X509_CRL) *crls = NULL;
219 crls = load_crls(bio_err, crlfile, FORMAT_PEM,
220 NULL, e, "other CRLs");
221 if(!crls)
228 if (1 != check(cert_ctx, NULL, untrusted, trusted, crls, e))
234 if (1 != check(cert_ctx,argv[i], untrusted, trusted, crls, e))
261 sk_X509_CRL_pop_free(crls, X509_CRL_free);
268 STACK_OF(X509_CRL) *crls, ENGINE *e)
292 if (crls)
293 X509_STORE_CTX_set0_crls(csc, crls);