Disable SSLv3 by default [CVE-2014-3566]

cf. https://blog.mozilla.org/security/2014/10/14/the-poodle-attack-and-the-end-of-ssl-3-0/
This commit is contained in:
Tatsuya Kinoshita
2014-10-15 18:14:12 +09:00
parent 05503271df
commit 1aace42d02

2
fm.h
View File

@@ -1144,7 +1144,7 @@ global int ssl_path_modified init(FALSE);
#endif /* defined(USE_SSL) &&
* defined(USE_SSL_VERIFY) */
#ifdef USE_SSL
global char *ssl_forbid_method init("2");
global char *ssl_forbid_method init("2, 3");
#endif
global int is_redisplay init(FALSE);