# HG changeset patch # User Kim Alvefur # Date 1591488895 -7200 # Node ID c171b4c59bd1827a10f840f090f37c91d0c4c97c # Parent 8cde06b38fdbbb5749a71191b551576e2fad7a17 util.sslconfig: Process TLS 1.3-specific cipher list Same way as with other cipher list options diff -r 8cde06b38fdb -r c171b4c59bd1 util/sslconfig.lua --- 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