Software /
code /
prosody
Diff
util/sslconfig.lua @ 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 |
parent | 9584:2860f8dabf35 |
child | 12480:7e9ebdc75ce4 |
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