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.t42 my $no_tls = alldisabled(available_protocols("tls"));
43 my $no_tls_below1_3 = $no_tls || (disabled("tls1_2") && !disabled("tls1_3"));
85 "12-ct.conf" => $no_tls || $no_ct || $no_ec,
92 "15-certstatus.conf" => $no_tls || $no_ocsp,
99 "22-compression.conf" => disabled("zlib") || $no_tls,
112 defined($skip{$conf}) ? $skip{$conf} : $no_tls);
/third_party/nghttp2/src/
Dnghttpd.cc334 config.no_tls = true; in main()
416 if (argc - optind < (config.no_tls ? 1 : 3)) { in main()
424 if (!config.no_tls) { in main()
DHttpServer.h79 bool no_tls; member
DHttpServer.cc106 no_tls(false), in Config()
1005 auto scheme = get_config()->no_tls ? StringRef::from_lit("http") in submit_push_promise()
2107 if (!config_->no_tls) { in run()