From 86680726e18a4fa1a700a95b6401603d01e1c8e5 Mon Sep 17 00:00:00 2001 From: Dan Loewenherz Date: Sat, 25 Apr 2009 01:56:39 -0400 Subject: [PATCH] Disables the insecure SSLv2 protocol. Closes #3192. --- init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.h b/init.h index b60192fbd..2975b8a0a 100644 --- a/init.h +++ b/init.h @@ -2917,7 +2917,7 @@ struct option_t MuttVars[] = { ** use \fCSTARTTLS\fP regardless of the server's capabilities. */ # ifdef USE_SSL_OPENSSL - { "ssl_use_sslv2", DT_BOOL, R_NONE, OPTSSLV2, 1 }, + { "ssl_use_sslv2", DT_BOOL, R_NONE, OPTSSLV2, 0 }, /* ** .pp ** This variable specifies whether to attempt to use SSLv2 in the -- 2.40.0