mbedtls/programs/ssl
Manuel Pégourié-Gonnard dbd23079d0 Add option reconnect_hard to ssl_client2
- interrupt the connection abruptly (no close_notify)
- reconnect from the same port while server sill has an active connection from
  this port.

Some real-world clients do that, see section 4.2.8 of RFC 6347.
2015-09-08 10:39:06 +02:00
..
CMakeLists.txt Fix whitespace in CMakeLists.txt 2015-06-25 10:59:57 +02:00
dtls_client.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
dtls_server.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
mini_client.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ssl_client1.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ssl_client2.c Add option reconnect_hard to ssl_client2 2015-09-08 10:39:06 +02:00
ssl_fork_server.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ssl_mail_client.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ssl_pthread_server.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ssl_server.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ssl_server2.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00