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:
2
fm.h
2
fm.h
@@ -1144,7 +1144,7 @@ global int ssl_path_modified init(FALSE);
|
|||||||
#endif /* defined(USE_SSL) &&
|
#endif /* defined(USE_SSL) &&
|
||||||
* defined(USE_SSL_VERIFY) */
|
* defined(USE_SSL_VERIFY) */
|
||||||
#ifdef USE_SSL
|
#ifdef USE_SSL
|
||||||
global char *ssl_forbid_method init("2");
|
global char *ssl_forbid_method init("2, 3");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
global int is_redisplay init(FALSE);
|
global int is_redisplay init(FALSE);
|
||||||
|
Reference in New Issue
Block a user