aboutsummaryrefslogtreecommitdiffstats
path: root/util/sslconfig.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.sslconfig: Recognise TLS 1.3 as a protocol versionKim Alvefur2018-10-281-1/+1
| | | | This enables it to understand protocol = "tlsv1_3+"
* vairious: Add annotation when an empty environment is set [luacheck]Kim Alvefur2018-02-281-0/+1
|
* util.sslconfig: Treat 'curveslist', added in LuaSec 0.7, as a ↵Kim Alvefur2017-09-271-0/+3
| | | | colon-separated list, like ciphers (see #879, #943, #951)
* util.sslconfig: Remvoe flag merging for 'verify' as this is more of a ↵Kim Alvefur2017-01-261-2/+0
| | | | tri-state field than a set of options
* util.sslconfig: More descriptive variable names and also commentsKim Alvefur2015-12-131-31/+56
|
* util.*: Remove use of module() function, make all module functions local and ↵Kim Alvefur2015-02-211-2/+10
| | | | return them in a table at the end
* util.sslconfig: Rename variable to avoid name clash [luacheck]Matthew Wild2015-05-061-4/+4
|
* util.sslconfig: Add lib to deal with LuaSec SSL context configsKim Alvefur2014-07-031-0/+87