Home
last modified time | relevance | path

Searched refs:tfo (Results 1 – 11 of 11) sorted by relevance

/openssl/test/recipes/
H A D82-test_tfo_cli.t32 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/apps/lib/
H A Ds_socket.c77 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/.github/workflows/
H A Dcoveralls.yml29 extra_config: no-afalgeng enable-fips enable-tfo
32 extra_config: no-afalgeng enable-fips enable-tfo
41 extra_config: no-afalgeng enable-fips enable-tfo
H A Drun-checker-daily.yml117 enable-tfo,
349 … run: CC=gcc ./config --banner=Configured enable-tfo --strict-warnings && perl configdata.pm --dump
/openssl/apps/include/
H A Ds_apps.h27 int tfo);
39 int family, int type, int protocol, int tfo, int doconn,
/openssl/apps/
H A Ds_client.c958 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 Ds_server.c1095 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 Dopenssl-s_server.pod.in145 [B<-tfo>]
853 =item B<-tfo>
1012 and B<-tfo>
H A Dopenssl-s_client.pod.in128 [B<-tfo>]
822 =item B<-tfo>
1095 and B<-tfo>
/openssl/crypto/err/
H A Dopenssl.txt159 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 DINSTALL.md1021 ### enable-tfo

Completed in 41 milliseconds