From 265dd5c20bda4ee2cd7c7a537bdc89c4784cf82b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 10 Mar 2015 13:48:34 +0000 Subject: [PATCH] Disable support for SSLv2 ClientHello by default --- include/mbedtls/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 143a014c9e..dbb12181c6 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -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