mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 16:58:26 +00:00
Remove RC4 ciphersuites by default
This commit is contained in:
parent
e424d0814d
commit
d81562ffc0
2 changed files with 3 additions and 2 deletions
|
@ -26,7 +26,8 @@ Changes
|
||||||
* Remove test program o_p_test, the script compat.sh does more.
|
* Remove test program o_p_test, the script compat.sh does more.
|
||||||
* Remove test program ssl_test, superseded by ssl-opt.sh.
|
* Remove test program ssl_test, superseded by ssl-opt.sh.
|
||||||
* Remove helper script active-config.pl
|
* 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
|
= mbed TLS 1.3 branch
|
||||||
|
|
||||||
|
|
|
@ -365,7 +365,7 @@
|
||||||
*
|
*
|
||||||
* Uncomment this macro to remove RC4 ciphersuites by default.
|
* Uncomment this macro to remove RC4 ciphersuites by default.
|
||||||
*/
|
*/
|
||||||
//#define POLARSSL_REMOVE_ARC4_CIPHERSUITES
|
#define POLARSSL_REMOVE_ARC4_CIPHERSUITES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \def POLARSSL_ECP_XXXX_ENABLED
|
* \def POLARSSL_ECP_XXXX_ENABLED
|
||||||
|
|
Loading…
Reference in a new issue