plugins/mod_tls.lua
Sat, 25 Dec 2021 16:23:40 +0100 Kim Alvefur various: Require encryption by default for real
Tue, 25 Jan 2022 13:20:26 +0100 Kim Alvefur mod_tls: Set ALPN on outgoing connections
Fri, 21 Jan 2022 18:42:38 +0100 Kim Alvefur mod_s2s: Retrieve TLS context for outgoing Direct TLS connections from mod_tls
Wed, 01 Sep 2021 19:05:24 +0200 Kim Alvefur mod_tls: Attempt STARTTLS on outgoing unencrypted legacy s2s connections
Tue, 27 Jul 2021 00:13:18 +0200 Kim Alvefur Fix various spelling errors (thanks codespell)
Fri, 21 May 2021 19:04:01 +0200 Kim Alvefur mod_tls: Add "support" for <failure> by closing gracefully
Wed, 05 May 2021 16:25:33 +0200 Kim Alvefur mod_tls: Fix order of debug messages and tls context creation
Thu, 15 Apr 2021 15:57:24 +0200 Kim Alvefur mod_tls: Bail out if session got destroyed while sending <proceed/>
Fri, 29 Jan 2021 23:23:25 +0100 Kim Alvefur mod_tls: Ignore lack of STARTTLS offer only when s2s_require_encryption set
Fri, 29 Jan 2021 23:17:08 +0100 Kim Alvefur mod_tls: Attempt STARTTLS even if not advertised as per RFC 7590
Sun, 26 Apr 2020 21:03:40 +0200 Kim Alvefur Merge 0.11->trunk
Sun, 26 Apr 2020 20:58:51 +0200 Kim Alvefur mod_tls: Log when certificates are (re)loaded 0.11
Wed, 24 Apr 2019 18:06:48 +0200 Kim Alvefur Merge 0.11->trunk
Tue, 23 Apr 2019 19:13:50 +0200 Kim Alvefur mod_tls: Log debug message for each kind of TLS context created 0.11
Mon, 11 Mar 2019 13:07:59 +0100 Kim Alvefur mod_tls: Restore querying for certificates on s2s
Fri, 28 Dec 2018 00:04:26 +0100 Kim Alvefur mod_tls: Keep TLS context errors and repeat them again for each session
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
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
Tue, 21 Oct 2014 12:49:03 +0200 Kim Alvefur mod_legacyauth, mod_saslauth, mod_tls: Pass require_encryption as default option to s2s_require_encryption so the later overrides the former
Fri, 04 Jul 2014 22:52:34 +0200 Kim Alvefur mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use the newer stanza:get_child APIs and optimize away some table lookups
Thu, 03 Jul 2014 15:35:45 +0200 Kim Alvefur mod_tls: Simplify and use new ssl config merging in certmanager
Sat, 18 Jan 2014 18:46:12 +0000 Matthew Wild Merge 0.9->0.10
Wed, 15 Jan 2014 22:47:50 +0100 Kim Alvefur mod_tls: Let s2s_secure_auth override s2s_require_encryption and warn if they differ
Wed, 15 Jan 2014 21:57:15 +0100 Kim Alvefur mod_tls: Rename variables to be less confusing
Sun, 12 Jan 2014 06:19:37 -0500 Matthew Wild Merge 0.9->0.10
Sun, 12 Jan 2014 06:16:49 -0500 Matthew Wild mod_tls: Log error when TLS initialization fails 0.9.3
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Sun, 16 Jun 2013 15:01:31 +0200 Kim Alvefur mod_tls: Remove debug statement
Thu, 13 Jun 2013 17:47:45 +0200 Kim Alvefur mod_tls: Refactor to allow separate SSL configuration for c2s and s2s connections
Sat, 23 Mar 2013 02:35:50 +0100 Kim Alvefur mod_tls: More use of config sections removed
Sat, 23 Mar 2013 01:27:16 +0100 Kim Alvefur mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals
Wed, 18 Jan 2012 15:07:26 +0000 Matthew Wild mod_tls: Fix log statement (thanks Zash)
Wed, 06 Apr 2011 14:45:44 +0100 Matthew Wild mod_tls: Fix for components to more reliably inherit SSL settings from their parenthost (thanks Link Mauve)
Tue, 22 Feb 2011 18:29:35 +0000 Matthew Wild mod_tls: Drop 'TLS negotiation started for ...' to debug level from info
Wed, 10 Nov 2010 02:26:18 +0500 Waqas Hussain mod_tls: Let hosts without an 'ssl' option inherit it from their parent hosts.
Mon, 08 Nov 2010 03:12:30 +0000 Matthew Wild mod_tls: Pass the hostname rather than host session to certmanager.create_context() (thanks darkrain)
Sat, 06 Nov 2010 18:28:15 +0000 Matthew Wild certmanager, hostmanager, mod_tls: Move responsibility for creating per-host SSL contexts to mod_tls, meaning reloading certs is now as trivial as reloading mod_tls
Thu, 22 Jul 2010 13:13:28 +0100 Matthew Wild mod_tls: Remove extraneous flag to starttls() for s2sout connecections
Wed, 24 Mar 2010 22:34:59 +0000 Matthew Wild Merge 0.6->0.7
Wed, 24 Mar 2010 20:00:22 +0000 Matthew Wild mod_tls: Add s2s_allow_encryption option which, when set to false, disabled TLS for s2s
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Wed, 03 Mar 2010 22:05:05 +0000 Matthew Wild Merge 0.6.2/waqas with 0.6.2/MattJ
Fri, 12 Feb 2010 21:33:22 +0000 Matthew Wild mod_tls: Don't offer TLS on hosts that don't have any certs
Fri, 12 Feb 2010 03:14:53 +0500 Waqas Hussain mod_tls: Fixed an extra :up() in s2s stream feature generation.
Fri, 12 Feb 2010 02:39:50 +0500 Waqas Hussain mod_tls: Respond with proper error when TLS cannot be negotiated.
Sun, 31 Jan 2010 15:39:49 +0000 Matthew Wild mod_tls: Set the sslctx on outgoing connections (possibly the cause of outgoing s2s connections not being encrypted)
Tue, 16 Feb 2010 17:15:43 +0000 Matthew Wild mod_tls: Only negotiate TLS on outgoing s2s connections if we have an SSL context (thanks Flo...)
Sun, 14 Feb 2010 10:00:39 +0500 Waqas Hussain mod_tls: Ban TLS after auth, not before.
Sun, 14 Feb 2010 09:59:57 +0500 Waqas Hussain mod_tls: Fixed traceback during S2S TLS (nil global access).
Fri, 12 Feb 2010 21:57:46 +0000 Matthew Wild mod_tls: Refactor to simplify detection of whether we can do TLS on a connection
Fri, 12 Feb 2010 21:33:22 +0000 Matthew Wild mod_tls: Don't offer TLS on hosts that don't have any certs
Fri, 12 Feb 2010 04:30:17 +0500 Waqas Hussain s2smanager, mod_compression, mod_tls: Changed event.session to event.origin for s2s-stream-features event for consistency.
Fri, 12 Feb 2010 03:50:44 +0500 Waqas Hussain mod_tls: Hook stream-features event using new events API.
Fri, 12 Feb 2010 03:46:48 +0500 Waqas Hussain mod_tls: Cleanup.
Fri, 12 Feb 2010 03:14:53 +0500 Waqas Hussain mod_tls: Fixed an extra :up() in s2s stream feature generation.
Fri, 12 Feb 2010 02:43:02 +0500 Waqas Hussain mod_tls: Remove origin type check when TLS is requested (thanks MattJ).
Fri, 12 Feb 2010 02:39:50 +0500 Waqas Hussain mod_tls: Respond with proper error when TLS cannot be negotiated.
Fri, 12 Feb 2010 02:32:27 +0500 Waqas Hussain mod_tls: Inlined some code.
Fri, 12 Feb 2010 02:15:54 +0500 Waqas Hussain mod_tls: Merged duplicate code.
Fri, 12 Feb 2010 01:56:18 +0500 Waqas Hussain mod_tls: Switched to new events API.
Fri, 12 Feb 2010 01:47:10 +0500 Waqas Hussain mod_tls: Slight refactoring.
Wed, 10 Feb 2010 01:36:22 +0500 Waqas Hussain mod_tls: Don't advertise TLS after authentication.
Sun, 31 Jan 2010 15:40:28 +0000 Matthew Wild mod_tls: Remove some redundant variable declarations
Sun, 31 Jan 2010 15:39:49 +0000 Matthew Wild mod_tls: Set the sslctx on outgoing connections (possibly the cause of outgoing s2s connections not being encrypted)
Sun, 31 Jan 2010 15:39:04 +0000 Matthew Wild mod_tls: Update for new server SSL syntax
Sat, 21 Nov 2009 17:16:46 +0000 Matthew Wild mod_tls: Switch to : syntax for connection methods
Sat, 17 Oct 2009 16:25:28 +0100 Matthew Wild mod_tls: Offer the host-specific cert (when there is one) to incoming c2s/s2s connections, fixes #30 (thanks, albert, Flo, johnny, and all who nagged me :) )
Fri, 09 Oct 2009 17:48:45 +0100 Matthew Wild mod_tls: Don't try to start TLS if we can't actually do it (thanks Florob)
Thu, 08 Oct 2009 23:41:59 +0100 Matthew Wild mod_tls: Catch s2s-stream-features and add starttls feature if possible
Tue, 06 Oct 2009 10:34:13 +0100 Matthew Wild mod_tls: Mark sessions as not secure when negotiating outward TLS, so they get marked secure later. Fixes missing (encrypted) for outgoing sessions in s2s:show(). Thanks albert, McKael :)
Mon, 05 Oct 2009 15:00:05 +0100 Matthew Wild mod_tls: require_s2s_encryption -> s2s_require_encryption
Mon, 05 Oct 2009 14:59:30 +0100 Matthew Wild require_encryption deprecated, use c2s_require_encryption instead
Mon, 05 Oct 2009 14:52:30 +0100 Matthew Wild mod_tls: Mark starttls feature as <required/> if require_s2s_encryption is enabled
Mon, 05 Oct 2009 14:51:53 +0100 Matthew Wild mod_tls: Mark session as not secure before negotiating TLS
Mon, 05 Oct 2009 10:10:53 +0100 Matthew Wild mod_tls: Only advertise TLS if the server told us which host they are connecting to
Sun, 04 Oct 2009 13:24:04 +0100 Matthew Wild mod_tls: :up() out of the starttls tag in stream:features
Sat, 03 Oct 2009 19:20:20 -0700 Paul Aurich Minor changes; outgoing TLS works.
Sun, 04 Oct 2009 14:06:45 +0100 Matthew Wild mod_tls: Advertise and handle TLS for s2s connections
Thu, 13 Aug 2009 11:35:50 +0200 Tobias Markmann Another unwanted spaces at the end of a line.
Sat, 08 Aug 2009 23:41:45 +0500 Waqas Hussain mod_tls: Updated to use module:get_option instead of configmanager
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Fri, 29 May 2009 18:17:03 +0100 Matthew Wild mod_tls: Add <required/> to stream feature when TLS is required
Fri, 29 May 2009 14:28:53 +0100 Matthew Wild sessionmanager, mod_tls: Mark a session as secure when TLS is active
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT!
Tue, 13 Jan 2009 19:37:12 +0500 Waqas Hussain mod_saslauth, mod_tls: minor code cleanup
Mon, 15 Dec 2008 18:06:59 +0000 Matthew Wild Remove a FIXME from mod_tls
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers
Thu, 27 Nov 2008 03:12:12 +0000 Matthew Wild Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
Thu, 20 Nov 2008 01:33:25 +0000 Matthew Wild Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME.
Sun, 16 Nov 2008 05:03:21 +0500 Waqas Hussain Fixed mod_tls to use session.send for sending stanzas
Sun, 16 Nov 2008 02:52:54 +0500 Waqas Hussain Unused variables in mod_tls
Thu, 23 Oct 2008 03:53:51 +0100 Matthew Wild TLS/SASL no longer should include the connhandler module
Wed, 22 Oct 2008 17:36:21 +0100 Matthew Wild Abstract connections with "connection listeners"
Tue, 07 Oct 2008 23:13:30 +0100 Matthew Wild forgot to commit mod_tls, oops :)
less more (0) tip