Home
last modified time | relevance | path

Searched refs:crl_file (Results 1 – 2 of 2) sorted by relevance

/openssl/apps/
H A Ds_client.c874 char *sess_in = NULL, *crl_file = NULL, *p; in s_client_main() local
1092 crl_file = opt_arg(); in s_client_main()
1766 if (crl_file != NULL) { in s_client_main()
1768 crl = load_crl(crl_file, crl_format, 0, "CRL"); in s_client_main()
H A Ds_server.c1029 char *crl_file = NULL, *prog; in s_server_main() local
1244 crl_file = opt_arg(); in s_server_main()
1852 if (crl_file != NULL) { in s_server_main()
1854 crl = load_crl(crl_file, crl_format, 0, "CRL"); in s_server_main()

Completed in 25 milliseconds