log plugins/mod_tls.lua @ 7131:ea3eea291321

age author description
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
Mon, 18 May 2015 21:43:24 +0200 Kim Alvefur mod_tls: Build <starttls/> as a stanza instead of with string concatenation
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:49 +0100 Kim Alvefur mod_tls: Keep ssl config around and attach them to sessions