Searched refs:tfo (Results 1 – 11 of 11) sorted by relevance
/openssl/test/recipes/ |
H A D | 82-test_tfo_cli.t | 32 my $tfo = shift; 34 my $client_good = ! $tfo; 35 my $server_good = ! $tfo; 41 push @s_cmd, "-tfo" if ($tfo); 48 $server_good = $tfo if /^Listening for TFO$/; 59 push @c_cmd, "-tfo" if ($tfo); 72 $client_good = $tfo if /^Connecting via TFO$/; 81 for my $tfo (0..1) { 84 skip "TFO not enabled", 4 if disabled("tfo") && $tfo; 86 run_test($tfo);
|
/openssl/.github/workflows/ |
H A D | coveralls.yml | 30 extra_config: no-afalgeng enable-fips enable-tfo 33 extra_config: no-afalgeng enable-fips enable-tfo 36 extra_config: no-afalgeng enable-fips enable-tfo 45 extra_config: no-afalgeng enable-fips enable-tfo
|
H A D | run-checker-daily.yml | 120 enable-tfo, 354 … run: CC=gcc ./config --banner=Configured enable-tfo --strict-warnings && perl configdata.pm --dump
|
/openssl/apps/lib/ |
H A D | s_socket.c | 77 int family, int type, int protocol, int tfo, int doconn, in init_client() argument 165 if (tfo) in init_client() 176 if (tfo || !doconn) in init_client() 290 int tfo) in do_server() argument 324 if (tfo && sock_type == SOCK_STREAM) in do_server()
|
/openssl/apps/include/ |
H A D | s_apps.h | 27 int tfo); 39 int family, int type, int protocol, int tfo, int doconn,
|
/openssl/apps/ |
H A D | s_client.c | 958 int tfo = 0; in s_client_main() local 1499 tfo = 1; in s_client_main() 2152 if (isdtls && tfo) { in s_client_main() 2158 if (isquic && tfo) { in s_client_main() 2168 if (tfo) in s_client_main() 2175 socket_type, protocol, tfo, !isquic, &peer_addr) == 0) { in s_client_main() 2275 if (tfo) { in s_client_main() 3128 if (!tfo || sockerr != EISCONN) { in s_client_main()
|
H A D | s_server.c | 1095 int tfo = 0; in s_server_main() local 1699 tfo = 1; in s_server_main() 1743 if (tfo && socket_type != SOCK_STREAM) { in s_server_main() 2336 if (tfo) in s_server_main() 2339 server_cb, context, naccept, bio_s_out, tfo); in s_server_main()
|
/openssl/doc/man1/ |
H A D | openssl-s_server.pod.in | 145 [B<-tfo>] 853 =item B<-tfo> 1012 and B<-tfo>
|
H A D | openssl-s_client.pod.in | 128 [B<-tfo>] 824 =item B<-tfo> 1097 and B<-tfo>
|
/openssl/crypto/err/ |
H A D | openssl.txt | 159 BIO_R_TFO_DISABLED:106:tfo disabled 160 BIO_R_TFO_NO_KERNEL_SUPPORT:108:tfo no kernel support 169 BIO_R_UNABLE_TO_TFO:109:unable to tfo
|
/openssl/ |
H A D | INSTALL.md | 1034 ### enable-tfo
|
Completed in 50 milliseconds