Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.sslconfig: Treat 'curveslist', added in LuaSec 0.7, as a ↵ | Kim Alvefur | 2017-09-27 | 1 | -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 Alvefur | 2017-01-26 | 1 | -2/+0 |
| | | | | tri-state field than a set of options | ||||
* | util.sslconfig: More descriptive variable names and also comments | Kim Alvefur | 2015-12-13 | 1 | -31/+56 |
| | |||||
* | util.*: Remove use of module() function, make all module functions local and ↵ | Kim Alvefur | 2015-02-21 | 1 | -2/+10 |
| | | | | return them in a table at the end | ||||
* | util.sslconfig: Rename variable to avoid name clash [luacheck] | Matthew Wild | 2015-05-06 | 1 | -4/+4 |
| | |||||
* | util.sslconfig: Add lib to deal with LuaSec SSL context configs | Kim Alvefur | 2014-07-03 | 1 | -0/+87 |