mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.sslconfig: Treat 'curveslist', added in LuaSec 0.7, as a colon-separated list, like ciphers (see #879, #943, #951)
This commit is contained in:
parent
b080aec43a
commit
8ae2b88fa0
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ function finalisers.ciphers(cipherlist)
|
|||
return cipherlist;
|
||||
end
|
||||
|
||||
-- Curve list too
|
||||
finalisers.curveslist = 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