mbedtls/programs/ssl
Manuel Pégourié-Gonnard 684b0592cb Move ssl_set_fallback() to work on conf
Initially thought it would be per-connection, but since max_version is in conf
too, and you need to lower that for a fallback connection, the fallback flag
should be in the same place
2015-05-07 10:19:13 +01:00
..
CMakeLists.txt Merge branch 'development' into dtls 2015-02-16 18:44:39 +00:00
dtls_client.c Move easy ssl_set_xxx() functions to work on conf 2015-05-07 10:19:13 +01:00
dtls_server.c Move easy ssl_set_xxx() functions to work on conf 2015-05-07 10:19:13 +01:00
mini_client.c Move easy ssl_set_xxx() functions to work on conf 2015-05-07 10:19:13 +01:00
ssl_client1.c Move easy ssl_set_xxx() functions to work on conf 2015-05-07 10:19:13 +01:00
ssl_client2.c Move ssl_set_fallback() to work on conf 2015-05-07 10:19:13 +01:00
ssl_fork_server.c Move easy ssl_set_xxx() functions to work on conf 2015-05-07 10:19:13 +01:00
ssl_mail_client.c Move easy ssl_set_xxx() functions to work on conf 2015-05-07 10:19:13 +01:00
ssl_pthread_server.c Move easy ssl_set_xxx() functions to work on conf 2015-05-07 10:19:13 +01:00
ssl_server.c Move easy ssl_set_xxx() functions to work on conf 2015-05-07 10:19:13 +01:00
ssl_server2.c Move ssl_set_max_fragment_len to work on conf 2015-05-07 10:19:13 +01:00