Software /
code /
prosody
Log
util/sslconfig.lua @ 8792:c2b99fa134b3
description | author | age |
---|---|---|
util.sslconfig: Treat 'curveslist', added in LuaSec 0.7, as a colon-separated list, like ciphers (see #879, #943, #951) | Kim Alvefur | 2017-09-27 |
util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-state field than a set of options | Kim Alvefur | 2017-01-26 |
util.sslconfig: More descriptive variable names and also comments | Kim Alvefur | 2015-12-13 |
util.*: Remove use of module() function, make all module functions local and return them in a table at the end | Kim Alvefur | 2015-02-21 |
util.sslconfig: Rename variable to avoid name clash [luacheck] | Matthew Wild | 2015-05-06 |
util.sslconfig: Add lib to deal with LuaSec SSL context configs | Kim Alvefur | 2014-07-03 |