util.sslconfig: Process TLS 1.3-specific cipher list

Same way as with other cipher list options
This commit is contained in:
Kim Alvefur 2020-06-07 02:14:55 +02:00
parent fb5e6faad6
commit b50db46086

View file

@ -67,6 +67,9 @@ end
-- 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