Home
last modified time | relevance | path

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

/openssl/apps/
H A Ds_client.c836 int starttls_proto = PROTO_OFF, crl_format = FORMAT_UNDEF, crl_download = 0; in s_client_main() local
1053 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format)) in s_client_main()
1674 crl = load_crl(crl_file, crl_format, 0, "CRL"); in s_client_main()
H A Ds_server.c1011 int state = 0, crl_format = FORMAT_UNDEF, crl_download = 0; in s_server_main() local
1291 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format)) in s_server_main()
1795 crl = load_crl(crl_file, crl_format, 0, "CRL"); in s_server_main()

Completed in 24 milliseconds