| Commit message (Expand) | Author | Age | Files | Lines |
* | vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 | 1 | -0/+1 |
* | certmanager: Check for missing certificate before key in configuration (shoul... | Kim Alvefur | 2017-12-28 | 1 | -1/+1 |
* | certmanager: Set single curve conditioned on LuaSec advertising EC crypto sup... | Kim Alvefur | 2017-11-20 | 1 | -1/+1 |
* | certmanager: Filter out curves not supported by LuaSec | Kim Alvefur | 2017-11-20 | 1 | -0/+12 |
* | certmanager: Change table representing LuaSec capabilities to match capabilit... | Kim Alvefur | 2017-11-20 | 1 | -13/+20 |
* | core.certmanager: Set a default curveslist [sic], fixes #879, #943, #951 if u... | Kim Alvefur | 2017-09-27 | 1 | -0/+6 |
* | prosodyctl: cert import: Reuse function from certmanager for locating certifi... | Kim Alvefur | 2017-09-27 | 1 | -0/+1 |
* | certmanager: Add debug logging (thanks av6) | Matthew Wild | 2017-09-23 | 1 | -0/+4 |
* | certmanager: Update the 'certificates' option after the config has been reloa... | Kim Alvefur | 2017-06-01 | 1 | -0/+1 |
* | core.certmanager: Translate "no start line" to something friendlier (thanks s... | Kim Alvefur | 2016-11-26 | 1 | -0/+5 |
* | core.certmanager: Split cipher list into array with comments explaining each ... | Kim Alvefur | 2016-09-12 | 1 | -1/+10 |
* | certmanager: Assume default config path of '.' (fixes prosodyctl check certs ... | Kim Alvefur | 2016-07-29 | 1 | -1/+1 |
* | certmanager: Explicitly tonumber() version number segments before doing arith... | Matthew Wild | 2016-03-26 | 1 | -1/+1 |
* | certmanager: Localize tonumber | Matthew Wild | 2016-02-18 | 1 | -1/+1 |
* | certmanager: Try filename.key if certificate is set to a full filename ending... | Kim Alvefur | 2016-02-05 | 1 | -3/+2 |
* | certmanager: Apply global ssl config later so certificate/key is not overwrit... | Kim Alvefur | 2016-02-05 | 1 | -1/+1 |
* | certmanager: Support new certificate configuration for non-XMPP services too ... | Matthew Wild | 2016-02-05 | 1 | -6/+23 |
* | core.certmanager: Look for certificate and key in a few different places | Kim Alvefur | 2016-02-03 | 1 | -0/+28 |
* | core.certmanager: Remove non-string filenames (allows setting eg capath to fa... | Kim Alvefur | 2015-10-11 | 1 | -0/+2 |
* | core.*: Remove use of module() function | Kim Alvefur | 2015-02-21 | 1 | -4/+7 |
* | certmanager: Fix compat for MattJs old LuaSec fork | Kim Alvefur | 2015-02-05 | 1 | -1/+1 |
* | certmanager: Fix previous commit | Kim Alvefur | 2015-02-05 | 1 | -1/+1 |
* | certmanager: Limit certificate chain depth to 9 | Kim Alvefur | 2015-02-05 | 1 | -0/+1 |
* | certmanager: Options that appear to be available since LuaSec 0.2 | Kim Alvefur | 2015-02-05 | 1 | -3/+3 |
* | certmanager: Improve "detection" of features that depend on LuaSec version | Kim Alvefur | 2015-02-05 | 1 | -11/+15 |
* | certmanager: Add locals for ssl.context and ssl.x509 | Kim Alvefur | 2015-02-05 | 1 | -3/+5 |
* | certmanager: Early return from the entire module if LuaSec is unavailable | Kim Alvefur | 2015-02-05 | 1 | -12/+18 |
* | certmanager: Make global variable access explicit | Matthew Wild | 2015-01-20 | 1 | -1/+1 |
* | certmanager, mod_tls: Return final ssl config as third return value (fix for ... | Kim Alvefur | 2014-11-22 | 1 | -3/+1 |
* | certmanager: Return final ssl config along with ssl context on success | Kim Alvefur | 2014-11-19 | 1 | -1/+3 |
* | core.certmanager: Make create_context() support an arbitrary number of option... | Kim Alvefur | 2014-07-03 | 1 | -3/+6 |
* | core.certmanager: Use util.sslconfig | Kim Alvefur | 2014-07-03 | 1 | -71/+14 |
* | core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import f... | Kim Alvefur | 2014-05-09 | 1 | -1/+1 |
* | certmanager: Move ssl.protocol handling to after ssl.options is a table (than... | Kim Alvefur | 2014-04-21 | 1 | -8/+9 |
* | certmanager: Fix traceback if no global 'ssl' section set (thanks albert) | Kim Alvefur | 2014-04-20 | 1 | -1/+3 |
* | certmanager: Update ssl_compression when config is reloaded | Kim Alvefur | 2014-04-15 | 1 | -0/+3 |
* | certmanager: Reformat core ssl defaults | Kim Alvefur | 2014-04-15 | 1 | -9/+9 |
* | certmanager: Support ssl.protocol syntax like "tlsv1+" that disables older pr... | Kim Alvefur | 2014-04-15 | 1 | -2/+13 |
* | certmanager: Merge ssl.options, verify etc from core defaults and global ssl ... | Kim Alvefur | 2014-04-15 | 1 | -0/+29 |
* | certmanager: Wrap long line and add comment | Kim Alvefur | 2014-04-14 | 1 | -1/+5 |
* | certmanager: Concatenate cipher list if given as a table | Kim Alvefur | 2014-04-14 | 1 | -0/+6 |
* | certmanager: Allow non-server contexts to be without certificate and key | Kim Alvefur | 2014-04-14 | 1 | -2/+4 |
* | certmanager: Check for non-nil values instead of true-ish values, allows remo... | Kim Alvefur | 2014-04-14 | 1 | -2/+3 |
* | Merge 0.9->0.10 | Matthew Wild | 2013-11-21 | 1 | -1/+1 |
|\ |
|
| * | certmanager: Further cipher string tweaking. Re-enable ciphers required for D... | Matthew Wild | 2013-11-21 | 1 | -1/+1 |
| * | Back out 1b0ac7950129, as SSLv3 appears to still be in moderate use on the ne... | Matthew Wild | 2013-11-12 | 1 | -1/+1 |
* | | Merge 0.9->0.10 | Matthew Wild | 2013-11-10 | 1 | -1/+1 |
|\| |
|
| * | certmanager: Update default cipher string to prefer forward-secrecy over ciph... | Matthew Wild | 2013-11-10 | 1 | -1/+1 |
* | | Merge 0.9->0.10 | Matthew Wild | 2013-11-09 | 1 | -1/+1 |
|\| |
|
| * | certmanager: Fix order of options, so that the dynamic option is at the end o... | Matthew Wild | 2013-11-09 | 1 | -1/+1 |