Disable support for SSLv2 ClientHello by default

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-10 13:48:34 +00:00
parent 19db8eaf9b
commit 265dd5c20b

View File

@ -931,9 +931,9 @@
* Enable support for receiving and parsing SSLv2 Client Hello messages for the
* SSL Server module (POLARSSL_SSL_SRV_C).
*
* Comment this macro to disable support for SSLv2 Client Hello messages.
* Uncomment this macro to enable support for SSLv2 Client Hello messages.
*/
#define POLARSSL_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO
//#define POLARSSL_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO
/**
* \def POLARSSL_SSL_SRV_RESPECT_CLIENT_PREFERENCE