aboutsummaryrefslogtreecommitdiffstats
path: root/core/certmanager.lua
Commit message (Collapse)AuthorAgeFilesLines
* core.certmanager: Log a message when a password is required but not ↵Kim Alvefur2012-04-211-1/+1
| | | | supplied. fixes #214
* certmanager: More informative logging.Waqas Hussain2011-11-011-2/+2
|
* certmanager: Support setting ciphers in SSL config. LuaSec apparently ↵Waqas Hussain2011-08-251-1/+9
| | | | ignores the documented ciphers option.
* certmanager: Add required verify flags for cert verification if LuaSec ↵Matthew Wild2010-11-281-2/+4
| | | | (probably) supports them
* prosody, configmanager, certmanager: Relocate ↵Matthew Wild2010-11-101-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 Wild2010-11-061-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 Hussain2010-10-161-2/+2
|
* prosody.resolve_relative_path: Updated to take a parent path to resolve against.Waqas Hussain2010-07-231-4/+5
|
* Merge 0.7->trunkMatthew Wild2010-07-231-2/+2
|\
| * certmanager: Don't disable LuaSec and future cert loading on failure, and ↵Matthew Wild2010-07-231-2/+3
| | | | | | | | add error messages to the no LuaSec/config cases (thanks Jakob)
* | Merge with backoutMatthew Wild2010-07-151-1/+1
|\ \
| * | Backed out changeset 598c33a99a31 (already fixed a better way)Matthew Wild2010-07-151-1/+1
| | |
* | | certmanager: Fix to handle the case of no SSL configuration at allMatthew Wild2010-07-141-2/+2
| | |
* | | certmanager: Added copyright header.Waqas Hussain2010-07-151-0/+8
| | |
* | | certmanager: Defined default_capath to prevent a global nil access.Waqas Hussain2010-07-151-0/+1
|/ /
* | certmanager: Use an empty table as the default ssl config when a global ↵Waqas Hussain2010-07-151-1/+1
| | | | | | | | 'ssl' config option isn't specified (fixes a top-level traceback on startup).
* | certmanager: Remove debug logging accidentally committedMatthew Wild2010-07-131-2/+0
| |
* | certmanager: Adjust paths of SSL key/certs to be relative to the config ↵Matthew Wild2010-07-131-38/+48
|/ | | | file, fixes #147
* certmanager: Friendlier error reporting on OpenWRT and other cases where we ↵Matthew Wild2010-03-051-1/+3
| | | | don't understand the OpenSSL error
* certmanager: Fix nil global access (thanks Marc)Matthew Wild2010-03-051-1/+1
|
* certmanager: Fix global accessMatthew Wild2010-03-011-1/+1
|
* Merge with 0.7Matthew Wild2010-02-131-1/+28
|\
| * certmanager: Bring back the friendly errors when failing to load the ↵Matthew Wild2010-02-131-1/+28
| | | | | | | | key/certificate file
* | certmanager, hostmanager: Rename get_context() to create_context() to be ↵Matthew Wild2010-02-131-1/+1
|/ | | | more explicit about what it does
* certmanager: Fix traceback with no LuaSecMatthew Wild2010-02-051-1/+1
|
* certmanager: Tabs not spaces!Matthew Wild2010-02-051-3/+3
|
* certmanager: Hello world, I'm come to manage your SSL contextsMatthew Wild2010-01-311-0/+35