Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/recipes/
H A D70-test_tls13downgrade.t71 my $server_flags = "-min_protocol TLSv1.1";
78 $proxy->serverflags($server_flags);
87 $proxy->serverflags($server_flags);
97 $proxy->serverflags($server_flags." -max_protocol TLSv1.2");
106 $proxy->serverflags($server_flags);
115 $proxy->serverflags($server_flags." -no_tls1_2");
/freebsd/crypto/openssl/test/
H A Dbio_tfo_test.c213 int server_flags = BIO_SOCK_NONBLOCK; in test_fd_tfo() local
226 server_flags |= BIO_SOCK_TFO; in test_fd_tfo()
233 server_flags |= BIO_SOCK_TFO; in test_fd_tfo()
269 || !TEST_true(BIO_listen(afd, baddr, server_flags))) in test_fd_tfo()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c514 int server_flags = ssl ? HTTP_BIND_SSL : 0; in http_basic_test_impl() local
515 struct evhttp *http = http_setup(&port, data->base, server_flags); in http_basic_test_impl()
521 if (http_bind(http, &port2, server_flags) == -1) { in http_basic_test_impl()
/freebsd/contrib/libevent/test/
H A Dregress_http.c514 int server_flags = ssl ? HTTP_BIND_SSL : 0; in http_basic_test_impl() local
515 struct evhttp *http = http_setup(&port, data->base, server_flags); in http_basic_test_impl()
521 if (http_bind(http, &port2, server_flags) == -1) { in http_basic_test_impl()