log plugins/mod_tls.lua @ 9598:dcd85bc34d21

age author description
Tue, 25 Apr 2017 21:50:36 +0200 Kim Alvefur mod_tls: Rebuild SSL context objects on configuration reload - #701
Mon, 06 Mar 2017 15:55:37 +0100 Kim Alvefur mod_tls: Switch to hook_tag from hook_stanza which was renamed in 2087d42f1e77
Sat, 25 Feb 2017 01:16:31 +0100 Kim Alvefur mod_tls: Suppress debug message if already using encryption
Wed, 15 Feb 2017 23:03:22 +0100 Kim Alvefur mod_tls: Log reasons for not being able to do TLS
Fri, 27 Jan 2017 12:21:09 +0100 Kim Alvefur mod_tls: Check that connection has starttls method first to prevent offering starttls over tls (thanks Remko and Tobias)
Wed, 25 Jan 2017 11:12:43 +0100 Kim Alvefur mod_tls: Return session.ssl_ctx if not nil, like when doing the full session type check
Wed, 25 Jan 2017 11:06:30 +0100 Kim Alvefur mod_tls: Add debug logging for when TLS should be doable but no ssl context was set
Mon, 23 Jan 2017 10:46:42 +0100 Kim Alvefur mod_tls: Verify that TLS is available before proceeding
Mon, 23 Jan 2017 10:45:20 +0100 Kim Alvefur mod_tls: Only accept <proceed> on outgoing s2s connections
Wed, 02 Nov 2016 23:19:41 +0100 Kim Alvefur mod_tls: Ignore unused argument [luacheck]
Mon, 09 Nov 2015 13:40:06 +0100 Kim Alvefur mod_tls: Fix ssl option fallback to a "parent" host if current host does not have ssl options set (thanks 70b1)
Mon, 09 Nov 2015 13:39:23 +0100 Kim Alvefur mod_tls: Remove unused reference to global ssl config option (certmanager adds that to the context)
Tue, 15 Sep 2015 17:51:56 +0200 Kim Alvefur mod_tls: Fix inhertinance of 'ssl' option from "parent" host to subdomain (fixes #511)
Mon, 18 May 2015 21:48:58 +0200 Kim Alvefur mod_tls: Treat session.ssl_ctx being false as a signal that TLS is disabled