1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

irc: change default value of server option "tls_priorities" to NORMAL

It is no more needed to remove `VERS-SSL3.0` because it is no longer in the
default priorities since GnuTLS 3.4.0 (released on 2015-04-08).
This commit is contained in:
Sébastien Helleu
2023-11-03 21:58:13 +01:00
parent d90eebf6ca
commit d4cba7b7a3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ char *irc_server_options[IRC_SERVER_NUM_OPTIONS][2] =
{ "tls", "on" },
{ "tls_cert", "" },
{ "tls_password", "" },
{ "tls_priorities", "NORMAL:-VERS-SSL3.0" },
{ "tls_priorities", "NORMAL" },
{ "tls_dhkey_size", "2048" },
{ "tls_fingerprint", "" },
{ "tls_verify", "on" },