Changeset

10920:c171b4c59bd1

util.sslconfig: Process TLS 1.3-specific cipher list Same way as with other cipher list options
author Kim Alvefur <zash@zash.se>
date Sun, 07 Jun 2020 02:14:55 +0200
parents 10919:8cde06b38fdb
children 10921:6eb5d2bb11af
files util/sslconfig.lua
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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