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:
Kim Alvefur 2017-09-27 15:38:46 +02:00
parent b080aec43a
commit 8ae2b88fa0

View file

@ -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