New option ssl_cipher to specify ciphers for TLSv1.2 and below
This commit is contained in:
5
fm.h
5
fm.h
@@ -1191,7 +1191,12 @@ global int ssl_path_modified init(FALSE);
|
||||
* defined(USE_SSL_VERIFY) */
|
||||
#ifdef USE_SSL
|
||||
global char *ssl_forbid_method init("2, 3");
|
||||
#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER)
|
||||
global char *ssl_cipher init("DEFAULT:!LOW:!RC4:!EXP");
|
||||
#else
|
||||
global char *ssl_cipher init(NULL);
|
||||
#endif
|
||||
#endif /* USE_SSL */
|
||||
|
||||
global int is_redisplay init(FALSE);
|
||||
global int clear_buffer init(TRUE);
|
||||
|
||||
Reference in New Issue
Block a user