Home
last modified time | relevance | path

Searched refs:no_tls (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/test/recipes/
D80-test_ssl_new.t52 my $no_tls = alldisabled(available_protocols("tls"));
53 my $no_tls_below1_3 = $no_tls || (disabled("tls1_2") && !disabled("tls1_3"));
54 if (!$no_tls && $no_tls_below1_3 && disabled("ec") && disabled("dh")) {
55 $no_tls = 1;
99 "12-ct.cnf" => $no_tls || $no_ct || $no_ec,
107 "15-certstatus.cnf" => $no_tls || $no_ocsp,
114 "22-compression.cnf" => disabled("zlib") || $no_tls,
128 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
132 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
136 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
/third_party/nghttp2/src/
Dnghttpd.cc342 config.no_tls = true; in main()
432 if (argc - optind < (config.no_tls ? 1 : 3)) { in main()
448 if (!config.no_tls) { in main()
DHttpServer.h79 bool no_tls; member
DHttpServer.cc113 no_tls(false), in Config()
1022 auto scheme = get_config()->no_tls ? StringRef::from_lit("http") in submit_push_promise()
2124 if (!config_->no_tls) { in run()