core.*: Complete removal of all traces of the "core" section and section-related code.
|
Kim Alvefur |
2013-03-23 |
certmanager: Fix nil index if no LuaSec available
|
Kim Alvefur |
2013-01-07 |
core.certmanager: Add support for LuaSec 0.5. Also compat with MattJs luasec-hg
|
Kim Alvefur |
2012-12-28 |
certmanager: Remove unused import of setmetatable
|
Matthew Wild |
2012-07-23 |
certmanager: Fix for traceback WITH LuaSec... (!) (thanks IRON)
|
Matthew Wild |
2012-07-23 |
certmanager: Fix traceback for missing LuaSec (thanks Link Mauve)
|
Matthew Wild |
2012-07-23 |
certmanager: Add quotes around cert file path when logging.
|
Waqas Hussain |
2012-06-12 |
certmanager: tonumber() (fix for 0b8134015635)
|
Matthew Wild |
2012-05-19 |
certmanager: Don't use no_ticket option before LuaSec 0.4
|
Matthew Wild |
2012-05-19 |
certmanager: no_ticket is not a verification option (thanks Zash)
|
Matthew Wild |
2012-05-18 |
certmanager: Add no_ticket option for OpenSSL (we don't support resumption yet)
|
Matthew Wild |
2012-05-17 |
certmanager: Adjust error messages to be non-specific about 'host' (so we can specify a service name instead ffor SSL)
|
Matthew Wild |
2012-05-11 |
core.certmanager: Log a message when a password is required but not supplied. fixes #214
|
Kim Alvefur |
2012-04-21 |
certmanager: More informative logging.
|
Waqas Hussain |
2011-11-01 |
certmanager: Support setting ciphers in SSL config. LuaSec apparently ignores the documented ciphers option.
|
Waqas Hussain |
2011-08-25 |
certmanager: Add required verify flags for cert verification if LuaSec (probably) supports them
|
Matthew Wild |
2010-11-28 |
prosody, configmanager, certmanager: Relocate prosody.resolve_relative_path() to configmanager, and update certmanager (the only user of this function)
|
Matthew Wild |
2010-11-10 |
certmanager, hostmanager, mod_tls: Move responsibility for creating per-host SSL contexts to mod_tls, meaning reloading certs is now as trivial as reloading mod_tls
|
Matthew Wild |
2010-11-06 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
prosody.resolve_relative_path: Updated to take a parent path to resolve against.
|
Waqas Hussain |
2010-07-23 |
Merge 0.7->trunk
|
Matthew Wild |
2010-07-23 |
certmanager: Don't disable LuaSec and future cert loading on failure, and add error messages to the no LuaSec/config cases (thanks Jakob)
|
Matthew Wild |
2010-07-23 |
Merge with backout
|
Matthew Wild |
2010-07-15 |
Backed out changeset 598c33a99a31 (already fixed a better way)
|
Matthew Wild |
2010-07-15 |
certmanager: Fix to handle the case of no SSL configuration at all
|
Matthew Wild |
2010-07-14 |
certmanager: Added copyright header.
|
Waqas Hussain |
2010-07-15 |
certmanager: Defined default_capath to prevent a global nil access.
|
Waqas Hussain |
2010-07-15 |
certmanager: Use an empty table as the default ssl config when a global 'ssl' config option isn't specified (fixes a top-level traceback on startup).
|
Waqas Hussain |
2010-07-15 |
certmanager: Remove debug logging accidentally committed
|
Matthew Wild |
2010-07-13 |
certmanager: Adjust paths of SSL key/certs to be relative to the config file, fixes #147
|
Matthew Wild |
2010-07-13 |
certmanager: Friendlier error reporting on OpenWRT and other cases where we don't understand the OpenSSL error
|
Matthew Wild |
2010-03-05 |
certmanager: Fix nil global access (thanks Marc)
|
Matthew Wild |
2010-03-05 |
certmanager: Fix global access
|
Matthew Wild |
2010-03-01 |
Merge with 0.7
|
Matthew Wild |
2010-02-13 |
certmanager: Bring back the friendly errors when failing to load the key/certificate file
|
Matthew Wild |
2010-02-13 |
certmanager, hostmanager: Rename get_context() to create_context() to be more explicit about what it does
|
Matthew Wild |
2010-02-13 |
certmanager: Fix traceback with no LuaSec
|
Matthew Wild |
2010-02-05 |
certmanager: Tabs not spaces!
|
Matthew Wild |
2010-02-05 |
certmanager: Hello world, I'm come to manage your SSL contexts
|
Matthew Wild |
2010-01-31 |