mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.sslconfig: Process TLS 1.3-specific cipher list
Same way as with other cipher list options
This commit is contained in:
parent
fb5e6faad6
commit
b50db46086
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue