Software /
code /
prosody
Changeset
8278:a349299038ff
util.sslconfig: Treat 'curveslist', added in LuaSec 0.7, as a colon-separated list, like ciphers (see #879, #943, #951)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 27 Sep 2017 15:38:46 +0200 |
parents | 8277:57c5dd08ff0a |
children | 8279:92cddfe65003 |
files | util/sslconfig.lua |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/util/sslconfig.lua Wed Sep 27 15:37:10 2017 +0200 +++ b/util/sslconfig.lua Wed Sep 27 15:38:46 2017 +0200 @@ -63,6 +63,9 @@ 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