aboutsummaryrefslogtreecommitdiffstats
path: root/core/certmanager.lua
Commit message (Expand)AuthorAgeFilesLines
* certmanager: Fix nil index if no LuaSec availableKim Alvefur2013-01-071-1/+1
* core.certmanager: Add support for LuaSec 0.5. Also compat with MattJs luasec-hgKim Alvefur2012-12-281-2/+12
* certmanager: Remove unused import of setmetatableMatthew Wild2012-07-231-1/+1
* certmanager: Fix for traceback WITH LuaSec... (!) (thanks IRON)Matthew Wild2012-07-231-2/+5
* certmanager: Fix traceback for missing LuaSec (thanks Link Mauve)Matthew Wild2012-07-231-2/+2
* certmanager: Add quotes around cert file path when logging.Waqas Hussain2012-06-121-1/+1
* certmanager: tonumber() (fix for 0b8134015635)Matthew Wild2012-05-191-1/+1
* certmanager: Don't use no_ticket option before LuaSec 0.4Matthew Wild2012-05-191-1/+4
* certmanager: no_ticket is not a verification option (thanks Zash)Matthew Wild2012-05-181-2/+2
* certmanager: Add no_ticket option for OpenSSL (we don't support resumption yet)Matthew Wild2012-05-181-1/+1
* certmanager: Adjust error messages to be non-specific about 'host' (so we can...Matthew Wild2012-05-111-2/+2
* core.certmanager: Log a message when a password is required but not supplied....Kim Alvefur2012-04-211-1/+1
* certmanager: More informative logging.Waqas Hussain2011-11-011-2/+2
* certmanager: Support setting ciphers in SSL config. LuaSec apparently ignores...Waqas Hussain2011-08-251-1/+9
* certmanager: Add required verify flags for cert verification if LuaSec (proba...Matthew Wild2010-11-281-2/+4
* prosody, configmanager, certmanager: Relocate prosody.resolve_relative_path()...Matthew Wild2010-11-101-1/+1
* certmanager, hostmanager, mod_tls: Move responsibility for creating per-host ...Matthew Wild2010-11-061-2/+2
* 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 add...Matthew Wild2010-07-231-2/+3
* | 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 'ssl'...Waqas Hussain2010-07-151-1/+1
* | certmanager: Remove debug logging accidentally committedMatthew Wild2010-07-131-2/+0
* | certmanager: Adjust paths of SSL key/certs to be relative to the config file,...Matthew Wild2010-07-131-38/+48
|/
* certmanager: Friendlier error reporting on OpenWRT and other cases where we d...Matthew Wild2010-03-051-1/+3
* 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 key/cert...Matthew Wild2010-02-131-1/+28
* | certmanager, hostmanager: Rename get_context() to create_context() to be more...Matthew Wild2010-02-131-1/+1
|/
* 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