From ab2684fd529257ffc271b8112ac8475805a3325f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 3 Nov 2023 22:01:50 +0100 Subject: relay: change default value of option relay.network.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). --- src/plugins/relay/relay-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c index f90953a30..c7765f9ad 100644 --- a/src/plugins/relay/relay-config.c +++ b/src/plugins/relay/relay-config.c @@ -1270,7 +1270,7 @@ relay_config_init () "documentation of function gnutls_priority_init in gnutls " "manual, common strings are: \"PERFORMANCE\", \"NORMAL\", " "\"SECURE128\", \"SECURE256\", \"EXPORT\", \"NONE\")"), - NULL, 0, 0, "NORMAL:-VERS-SSL3.0", NULL, 0, + NULL, 0, 0, "NORMAL", NULL, 0, &relay_config_check_network_tls_priorities, NULL, NULL, &relay_config_change_network_tls_priorities, NULL, NULL, NULL, NULL, NULL); -- cgit v1.2.3