1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-30 09:42:32 +08:00
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
..
2014-12-11 10:33:43 +01:00
2014-10-20 13:56:15 +02:00
2014-06-10 15:38:44 +02:00
2015-01-13 13:03:06 +01:00
2014-06-10 15:38:44 +02:00
2015-01-13 13:03:06 +01:00