Disable TLSv1.0 and TLSv1.1 by default

This commit is contained in:
Tatsuya Kinoshita
2021-02-10 21:55:34 +09:00
parent 707b02d256
commit 1ec090b0d3
2 changed files with 2 additions and 2 deletions

2
fm.h
View File

@@ -1190,7 +1190,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, 3");
global char *ssl_forbid_method init("2, 3, t, 5");
#ifdef SSL_CTX_set_min_proto_version
global char *ssl_min_version init(NULL);
#endif