Update date in comment about default SSL ciphers

This commit is contained in:
Alexey Sokolov
2018-04-01 00:37:06 +01:00
parent 1eceb5a5c7
commit fd15c43711

View File

@@ -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-"