From fd15c4371172701687e6243267dbedb2e64c20e2 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 1 Apr 2018 00:37:06 +0100 Subject: [PATCH] Update date in comment about default SSL ciphers --- src/Socket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Socket.cpp b/src/Socket.cpp index e17fdf1c..a15daed4 100644 --- a/src/Socket.cpp +++ b/src/Socket.cpp @@ -30,7 +30,7 @@ #ifdef HAVE_LIBSSL // Copypasted from // https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28default.29 -// at 2016-06-03 +// at 2018-04-01 static CString ZNC_DefaultCipher() { return "ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-" "ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-"