util/sslconfig.lua
changeset 10924 c171b4c59bd1
parent 9587 2860f8dabf35
child 12484 7e9ebdc75ce4
--- a/util/sslconfig.lua	Sun Jun 07 02:12:50 2020 +0200
+++ b/util/sslconfig.lua	Sun Jun 07 02:14:55 2020 +0200
@@ -67,6 +67,9 @@
 -- Curve list too
 finalisers.curveslist = finalisers.ciphers;
 
+-- TLS 1.3 ciphers
+finalisers.ciphersuites = finalisers.ciphers;
+
 -- protocol = "x" should enable only that protocol
 -- protocol = "x+" should enable x and later versions