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)
225 if (argc < 1) check(cert_ctx, NULL, untrusted, trusted, crls, e);
228 check(cert_ctx,argv[i], untrusted, trusted, crls, e);
249 sk_X509_CRL_pop_free(crls, X509_CRL_free);
256 STACK_OF(X509_CRL) *crls, ENGINE *e)
280 if (crls)
281 X509_STORE_CTX_set0_crls(csc, crls);