Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core.certmanager: Log a message when a password is required but not ↵ | Kim Alvefur | 2012-04-21 | 1 | -1/+1 |
| | | | | supplied. fixes #214 | ||||
* | certmanager: More informative logging. | Waqas Hussain | 2011-11-01 | 1 | -2/+2 |
| | |||||
* | certmanager: Support setting ciphers in SSL config. LuaSec apparently ↵ | Waqas Hussain | 2011-08-25 | 1 | -1/+9 |
| | | | | ignores the documented ciphers option. | ||||
* | certmanager: Add required verify flags for cert verification if LuaSec ↵ | Matthew Wild | 2010-11-28 | 1 | -2/+4 |
| | | | | (probably) supports them | ||||
* | prosody, configmanager, certmanager: Relocate ↵ | Matthew Wild | 2010-11-10 | 1 | -1/+1 |
| | | | | prosody.resolve_relative_path() to configmanager, and update certmanager (the only user of this function) | ||||
* | certmanager, hostmanager, mod_tls: Move responsibility for creating per-host ↵ | Matthew Wild | 2010-11-06 | 1 | -2/+2 |
| | | | | SSL contexts to mod_tls, meaning reloading certs is now as trivial as reloading mod_tls | ||||
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -2/+2 |
| | |||||
* | prosody.resolve_relative_path: Updated to take a parent path to resolve against. | Waqas Hussain | 2010-07-23 | 1 | -4/+5 |
| | |||||
* | Merge 0.7->trunk | Matthew Wild | 2010-07-23 | 1 | -2/+2 |
|\ | |||||
| * | certmanager: Don't disable LuaSec and future cert loading on failure, and ↵ | Matthew Wild | 2010-07-23 | 1 | -2/+3 |
| | | | | | | | | add error messages to the no LuaSec/config cases (thanks Jakob) | ||||
* | | Merge with backout | Matthew Wild | 2010-07-15 | 1 | -1/+1 |
|\ \ | |||||
| * | | Backed out changeset 598c33a99a31 (already fixed a better way) | Matthew Wild | 2010-07-15 | 1 | -1/+1 |
| | | | |||||
* | | | certmanager: Fix to handle the case of no SSL configuration at all | Matthew Wild | 2010-07-14 | 1 | -2/+2 |
| | | | |||||
* | | | certmanager: Added copyright header. | Waqas Hussain | 2010-07-15 | 1 | -0/+8 |
| | | | |||||
* | | | certmanager: Defined default_capath to prevent a global nil access. | Waqas Hussain | 2010-07-15 | 1 | -0/+1 |
|/ / | |||||
* | | certmanager: Use an empty table as the default ssl config when a global ↵ | Waqas Hussain | 2010-07-15 | 1 | -1/+1 |
| | | | | | | | | 'ssl' config option isn't specified (fixes a top-level traceback on startup). | ||||
* | | certmanager: Remove debug logging accidentally committed | Matthew Wild | 2010-07-13 | 1 | -2/+0 |
| | | |||||
* | | certmanager: Adjust paths of SSL key/certs to be relative to the config ↵ | Matthew Wild | 2010-07-13 | 1 | -38/+48 |
|/ | | | | file, fixes #147 | ||||
* | certmanager: Friendlier error reporting on OpenWRT and other cases where we ↵ | Matthew Wild | 2010-03-05 | 1 | -1/+3 |
| | | | | don't understand the OpenSSL error | ||||
* | certmanager: Fix nil global access (thanks Marc) | Matthew Wild | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | certmanager: Fix global access | Matthew Wild | 2010-03-01 | 1 | -1/+1 |
| | |||||
* | Merge with 0.7 | Matthew Wild | 2010-02-13 | 1 | -1/+28 |
|\ | |||||
| * | certmanager: Bring back the friendly errors when failing to load the ↵ | Matthew Wild | 2010-02-13 | 1 | -1/+28 |
| | | | | | | | | key/certificate file | ||||
* | | certmanager, hostmanager: Rename get_context() to create_context() to be ↵ | Matthew Wild | 2010-02-13 | 1 | -1/+1 |
|/ | | | | more explicit about what it does | ||||
* | certmanager: Fix traceback with no LuaSec | Matthew Wild | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | certmanager: Tabs not spaces! | Matthew Wild | 2010-02-05 | 1 | -3/+3 |
| | |||||
* | certmanager: Hello world, I'm come to manage your SSL contexts | Matthew Wild | 2010-01-31 | 1 | -0/+35 |