mbedtls/programs/ssl
Manuel Pégourié-Gonnard bd47a58221 Add ssl_set_arc4_support()
Rationale: if people want to disable RC4 but otherwise keep the default suite
list, it was cumbersome. Also, since it uses a global array,
ssl_list_ciphersuite() is not a convenient place. So the SSL modules look like
the best place, even if it means temporarily adding one SSL setting.
2015-01-13 13:03:06 +01: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 Set min version to TLS 1.0 in programs 2015-01-12 12:32:04 +01:00
ssl_client2.c Add ssl_set_arc4_support() 2015-01-13 13:03:06 +01:00
ssl_fork_server.c Set min version to TLS 1.0 in programs 2015-01-12 12:32:04 +01:00
ssl_mail_client.c Set min version to TLS 1.0 in programs 2015-01-12 12:32:04 +01:00
ssl_pthread_server.c Set min version to TLS 1.0 in programs 2015-01-12 12:32:04 +01:00
ssl_server.c Set min version to TLS 1.0 in programs 2015-01-12 12:32:04 +01:00
ssl_server2.c Add ssl_set_arc4_support() 2015-01-13 13:03:06 +01:00