log core/certmanager.lua @ 9598:dcd85bc34d21

age author description
Fri, 25 May 2018 03:33:13 +0200 Kim Alvefur Merge 0.10->trunk
Fri, 25 May 2018 03:30:16 +0200 Kim Alvefur core.certmanager: Allow all non-whitespace in service name (fixes #1019)
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Thu, 28 Dec 2017 17:32:56 +0100 Kim Alvefur certmanager: Check for missing certificate before key in configuration (should be marginally less confusing)
Mon, 20 Nov 2017 00:27:26 +0100 Kim Alvefur certmanager: Set single curve conditioned on LuaSec advertising EC crypto support
Mon, 20 Nov 2017 00:26:41 +0100 Kim Alvefur certmanager: Filter out curves not supported by LuaSec
Mon, 20 Nov 2017 00:25:18 +0100 Kim Alvefur certmanager: Change table representing LuaSec capabilities to match capabilities table exposed in LuaSec 0.7
Wed, 27 Sep 2017 15:45:07 +0200 Kim Alvefur core.certmanager: Set a default curveslist [sic], fixes #879, #943, #951 if used along with luasec 0.7 and openssl 1.1
Wed, 27 Sep 2017 15:21:20 +0200 Kim Alvefur prosodyctl: cert import: Reuse function from certmanager for locating certificates and keys
Sat, 23 Sep 2017 17:13:29 +0100 Matthew Wild certmanager: Add debug logging (thanks av6)
Thu, 01 Jun 2017 14:03:50 +0200 Kim Alvefur certmanager: Update the 'certificates' option after the config has been reloaded (fixes #929)
Sat, 26 Nov 2016 20:08:48 +0100 Kim Alvefur core.certmanager: Translate "no start line" to something friendlier (thanks santiago)
Mon, 12 Sep 2016 15:49:24 +0200 Kim Alvefur core.certmanager: Split cipher list into array with comments explaining each part
Fri, 29 Jul 2016 11:24:28 +0200 Kim Alvefur certmanager: Assume default config path of '.' (fixes prosodyctl check certs when not installed)
Sat, 26 Mar 2016 19:55:08 +0000 Matthew Wild certmanager: Explicitly tonumber() version number segments before doing arithmetic and avoid relying on implicit coercion (thanks David Favro)
Thu, 18 Feb 2016 13:48:45 +0000 Matthew Wild certmanager: Localize tonumber
Fri, 05 Feb 2016 16:12:01 +0100 Kim Alvefur certmanager: Try filename.key if certificate is set to a full filename ending with .crt
Fri, 05 Feb 2016 15:03:39 +0100 Kim Alvefur certmanager: Apply global ssl config later so certificate/key is not overwritten by magic
Fri, 05 Feb 2016 00:03:41 +0000 Matthew Wild certmanager: Support new certificate configuration for non-XMPP services too (fixes #614)
Wed, 03 Feb 2016 22:44:29 +0100 Kim Alvefur core.certmanager: Look for certificate and key in a few different places
Sun, 11 Oct 2015 19:44:15 +0200 Kim Alvefur core.certmanager: Remove non-string filenames (allows setting eg capath to false to disable the built in default)
Sat, 21 Feb 2015 10:42:19 +0100 Kim Alvefur core.*: Remove use of module() function
Thu, 05 Feb 2015 17:23:53 +0100 Kim Alvefur certmanager: Fix compat for MattJs old LuaSec fork
Thu, 05 Feb 2015 17:21:05 +0100 Kim Alvefur certmanager: Fix previous commit
Thu, 05 Feb 2015 16:59:34 +0100 Kim Alvefur certmanager: Limit certificate chain depth to 9
Thu, 05 Feb 2015 16:56:28 +0100 Kim Alvefur certmanager: Options that appear to be available since LuaSec 0.2
Thu, 05 Feb 2015 16:20:50 +0100 Kim Alvefur certmanager: Improve "detection" of features that depend on LuaSec version
Thu, 05 Feb 2015 15:14:35 +0100 Kim Alvefur certmanager: Add locals for ssl.context and ssl.x509
Thu, 05 Feb 2015 15:10:23 +0100 Kim Alvefur certmanager: Early return from the entire module if LuaSec is unavailable
Tue, 20 Jan 2015 11:29:38 +0000 Matthew Wild certmanager: Make global variable access explicit
Sat, 22 Nov 2014 11:51:54 +0100 Kim Alvefur certmanager, mod_tls: Return final ssl config as third return value (fix for c6caaa440e74, portmanager assumes non-falsy second return value is an error) (thanks deoren)
Wed, 19 Nov 2014 14:47:03 +0100 Kim Alvefur certmanager: Return final ssl config along with ssl context on success