Log

plugins/mod_tls.lua @ 10815:c432b7172fa3 0.11

description author age
mod_tls: Log when certificates are (re)loaded 0.11 Kim Alvefur Sun, 26 Apr 2020 20:58:51 +0200
Merge 0.11->trunk Kim Alvefur Wed, 24 Apr 2019 18:06:48 +0200
mod_tls: Log debug message for each kind of TLS context created 0.11 Kim Alvefur Tue, 23 Apr 2019 19:13:50 +0200
mod_tls: Restore querying for certificates on s2s Kim Alvefur Mon, 11 Mar 2019 13:07:59 +0100
mod_tls: Keep TLS context errors and repeat them again for each session Kim Alvefur Fri, 28 Dec 2018 00:04:26 +0100
mod_tls: Rebuild SSL context objects on configuration reload - #701 Kim Alvefur Tue, 25 Apr 2017 21:50:36 +0200
mod_tls: Switch to hook_tag from hook_stanza which was renamed in 2087d42f1e77 Kim Alvefur Mon, 06 Mar 2017 15:55:37 +0100
mod_tls: Suppress debug message if already using encryption Kim Alvefur Sat, 25 Feb 2017 01:16:31 +0100
mod_tls: Log reasons for not being able to do TLS Kim Alvefur Wed, 15 Feb 2017 23:03:22 +0100
mod_tls: Check that connection has starttls method first to prevent offering starttls over tls (thanks Remko and Tobias) Kim Alvefur Fri, 27 Jan 2017 12:21:09 +0100
mod_tls: Return session.ssl_ctx if not nil, like when doing the full session type check Kim Alvefur Wed, 25 Jan 2017 11:12:43 +0100
mod_tls: Add debug logging for when TLS should be doable but no ssl context was set Kim Alvefur Wed, 25 Jan 2017 11:06:30 +0100
mod_tls: Verify that TLS is available before proceeding Kim Alvefur Mon, 23 Jan 2017 10:46:42 +0100
mod_tls: Only accept <proceed> on outgoing s2s connections Kim Alvefur Mon, 23 Jan 2017 10:45:20 +0100
mod_tls: Ignore unused argument [luacheck] Kim Alvefur Wed, 02 Nov 2016 23:19:41 +0100
mod_tls: Fix ssl option fallback to a "parent" host if current host does not have ssl options set (thanks 70b1) Kim Alvefur Mon, 09 Nov 2015 13:40:06 +0100
mod_tls: Remove unused reference to global ssl config option (certmanager adds that to the context) Kim Alvefur Mon, 09 Nov 2015 13:39:23 +0100
mod_tls: Fix inhertinance of 'ssl' option from "parent" host to subdomain (fixes #511) Kim Alvefur Tue, 15 Sep 2015 17:51:56 +0200
mod_tls: Treat session.ssl_ctx being false as a signal that TLS is disabled Kim Alvefur Mon, 18 May 2015 21:48:58 +0200
mod_tls: Build <starttls/> as a stanza instead of with string concatenation Kim Alvefur Mon, 18 May 2015 21:43:24 +0200
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) Kim Alvefur Sat, 22 Nov 2014 11:51:54 +0100
mod_tls: Keep ssl config around and attach them to sessions Kim Alvefur Wed, 19 Nov 2014 14:47:49 +0100
mod_legacyauth, mod_saslauth, mod_tls: Pass require_encryption as default option to s2s_require_encryption so the later overrides the former Kim Alvefur Tue, 21 Oct 2014 12:49:03 +0200
mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use the newer stanza:get_child APIs and optimize away some table lookups Kim Alvefur Fri, 04 Jul 2014 22:52:34 +0200
mod_tls: Simplify and use new ssl config merging in certmanager Kim Alvefur Thu, 03 Jul 2014 15:35:45 +0200
Merge 0.9->0.10 Matthew Wild Sat, 18 Jan 2014 18:46:12 +0000
mod_tls: Let s2s_secure_auth override s2s_require_encryption and warn if they differ Kim Alvefur Wed, 15 Jan 2014 22:47:50 +0100
mod_tls: Rename variables to be less confusing Kim Alvefur Wed, 15 Jan 2014 21:57:15 +0100
Merge 0.9->0.10 Matthew Wild Sun, 12 Jan 2014 06:19:37 -0500
mod_tls: Log error when TLS initialization fails 0.9.3 Matthew Wild Sun, 12 Jan 2014 06:16:49 -0500