mbedtls/programs/ssl
Manuel Pégourié-Gonnard bd97fdb3a4 Make ssl_server2's HVR handling more realistic
It makes not sense to keep the connection open until the client is verified.
Until now it was useful since closing it crates a race where the second
ClientHello might be lost. But now that our client is able to resend, that's
not an issue any more.
2014-10-21 16:32:40 +02:00
..
test-ca - Changed certificate verify behaviour to comply with RFC 6125 section 6.3 to not match CN if subjectAltName extension is present. 2012-05-10 14:12:46 +00:00
CA-HOWTO.txt - Renamed include directory to polarssl 2009-01-03 21:22:43 +00:00
CMakeLists.txt Only search for Pthread on Windows platforms 2013-12-30 15:28:46 +01:00
ssl_client1.c Add UDP support to the NET module 2014-10-21 16:30:09 +02:00
ssl_client2.c Fix bug in ssl_client2 reconnect option 2014-10-21 16:32:32 +02:00
ssl_fork_server.c Add UDP support to the NET module 2014-10-21 16:30:09 +02:00
ssl_mail_client.c Add UDP support to the NET module 2014-10-21 16:30:09 +02:00
ssl_pthread_server.c Add UDP support to the NET module 2014-10-21 16:30:09 +02:00
ssl_server.c Add UDP support to the NET module 2014-10-21 16:30:09 +02:00
ssl_server2.c Make ssl_server2's HVR handling more realistic 2014-10-21 16:32:40 +02:00