mbedtls/programs/ssl
Manuel Pégourié-Gonnard 4ba6ab6d0d Fix glitch with HelloVerifyRequest
With the close-rebind strategy, sometimes the second ClientHello was lost (if
received before close), and since our client doesn't resend yet, the tests
would fail (no problem with other client that resend). Anyway, it's not really
clean to lose messages.
2014-10-21 16:30:20 +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 Start adapting ssl_client2 to datagram I/O 2014-10-21 16:30:11 +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_server2.c Fix glitch with HelloVerifyRequest 2014-10-21 16:30:20 +02:00
ssl_server.c Add UDP support to the NET module 2014-10-21 16:30:09 +02:00