mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Add POLARSSL_REMOVE_RC4_CIPHERSUITES
This commit is contained in:
committed by
Paul Bakker
parent
2a45d1c8bb
commit
01edb1044c
@ -314,6 +314,19 @@
|
||||
*/
|
||||
//#define POLARSSL_ENABLE_WEAK_CIPHERSUITES
|
||||
|
||||
/**
|
||||
* \def POLARSSL_REMOVE_ARC4_CIPHERSUITES
|
||||
*
|
||||
* Remove RC4 ciphersuites by default in SSL / TLS.
|
||||
* This flag removes the ciphersuites based on RC4 from the default list as
|
||||
* returned by ssl_list_ciphersuites(). However, it is still possible to
|
||||
* enable (some of) them with ssl_set_ciphersuites() by including them
|
||||
* explicitly.
|
||||
*
|
||||
* Uncomment this macro to remove RC4 ciphersuites by default.
|
||||
*/
|
||||
//#define POLARSSL_REMOVE_ARC4_CIPHERSUITES
|
||||
|
||||
/**
|
||||
* \def POLARSSL_ECP_XXXX_ENABLED
|
||||
*
|
||||
|
Reference in New Issue
Block a user