Software /
code /
prosody
Diff
util/sslconfig.lua @ 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 |
parent | 7867:194f540e13e2 |
child | 8555:4f0f5b49bb03 |
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