Searched refs:crl_format (Results 1 – 2 of 2) sorted by relevance
/openssl/apps/ |
H A D | s_client.c | 889 int starttls_proto = PROTO_OFF, crl_format = FORMAT_UNDEF, crl_download = 0; in s_client_main() local 1108 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format)) in s_client_main() 1768 crl = load_crl(crl_file, crl_format, 0, "CRL"); in s_client_main()
|
H A D | s_server.c | 1043 int state = 0, crl_format = FORMAT_UNDEF, crl_download = 0; in s_server_main() local 1326 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format)) in s_server_main() 1854 crl = load_crl(crl_file, crl_format, 0, "CRL"); in s_server_main()
|
Completed in 36 milliseconds