From: Dan Loewenherz Date: Sat, 25 Apr 2009 05:56:39 +0000 (-0400) Subject: Disables the insecure SSLv2 protocol. Closes #3192. X-Git-Tag: mutt-1-5-20-rel~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc05a64e01633a3436f33fa20292490daa3a948b;p=mutt Disables the insecure SSLv2 protocol. Closes #3192. --- diff --git a/init.h b/init.h index b60192fb..2975b8a0 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