Remove RC4 ciphersuites by default

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-23 14:49:10 +01:00
parent e424d0814d
commit d81562ffc0
2 changed files with 3 additions and 2 deletions

View file

@ -26,7 +26,8 @@ Changes
* Remove test program o_p_test, the script compat.sh does more.
* Remove test program ssl_test, superseded by ssl-opt.sh.
* Remove helper script active-config.pl
* RC4 is now disabled by default in the SSL/TLS layer.
* RC4 is now blacklisted by default in the SSL/TLS layer, and excluded from the
default ciphersuite list returned by ssl_list_ciphersuites()
= mbed TLS 1.3 branch

View file

@ -365,7 +365,7 @@
*
* Uncomment this macro to remove RC4 ciphersuites by default.
*/
//#define POLARSSL_REMOVE_ARC4_CIPHERSUITES
#define POLARSSL_REMOVE_ARC4_CIPHERSUITES
/**
* \def POLARSSL_ECP_XXXX_ENABLED