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 |
Remove all trailing whitespace
|
Florian Zeitz |
Fri, 09 Aug 2013 17:48:21 +0200 |
mod_tls: Remove debug statement
|
Kim Alvefur |
Sun, 16 Jun 2013 15:01:31 +0200 |
mod_tls: Refactor to allow separate SSL configuration for c2s and s2s connections
|
Kim Alvefur |
Thu, 13 Jun 2013 17:47:45 +0200 |
mod_tls: More use of config sections removed
|
Kim Alvefur |
Sat, 23 Mar 2013 02:35:50 +0100 |
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
|
Kim Alvefur |
Sat, 23 Mar 2013 01:27:16 +0100 |
mod_tls: Fix log statement (thanks Zash)
|
Matthew Wild |
Wed, 18 Jan 2012 15:07:26 +0000 |
mod_tls: Fix for components to more reliably inherit SSL settings from their parenthost (thanks Link Mauve)
|
Matthew Wild |
Wed, 06 Apr 2011 14:45:44 +0100 |
mod_tls: Drop 'TLS negotiation started for ...' to debug level from info
|
Matthew Wild |
Tue, 22 Feb 2011 18:29:35 +0000 |
mod_tls: Let hosts without an 'ssl' option inherit it from their parent hosts.
|
Waqas Hussain |
Wed, 10 Nov 2010 02:26:18 +0500 |
mod_tls: Pass the hostname rather than host session to certmanager.create_context() (thanks darkrain)
|
Matthew Wild |
Mon, 08 Nov 2010 03:12:30 +0000 |
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
|
Matthew Wild |
Sat, 06 Nov 2010 18:28:15 +0000 |
mod_tls: Remove extraneous flag to starttls() for s2sout connecections
|
Matthew Wild |
Thu, 22 Jul 2010 13:13:28 +0100 |
Merge 0.6->0.7
|
Matthew Wild |
Wed, 24 Mar 2010 22:34:59 +0000 |
mod_tls: Add s2s_allow_encryption option which, when set to false, disabled TLS for s2s
|
Matthew Wild |
Wed, 24 Mar 2010 20:00:22 +0000 |
Merge 0.6->0.7
|
Matthew Wild |
Mon, 22 Mar 2010 17:24:55 +0000 |
Update copyright headers for 2010
|
Matthew Wild |
Mon, 22 Mar 2010 17:06:15 +0000 |
Merge 0.6.2/waqas with 0.6.2/MattJ
|
Matthew Wild |
Wed, 03 Mar 2010 22:05:05 +0000 |
mod_tls: Don't offer TLS on hosts that don't have any certs
|
Matthew Wild |
Fri, 12 Feb 2010 21:33:22 +0000 |
mod_tls: Fixed an extra :up() in s2s stream feature generation.
|
Waqas Hussain |
Fri, 12 Feb 2010 03:14:53 +0500 |
mod_tls: Respond with proper error when TLS cannot be negotiated.
|
Waqas Hussain |
Fri, 12 Feb 2010 02:39:50 +0500 |
mod_tls: Set the sslctx on outgoing connections (possibly the cause of outgoing s2s connections not being encrypted)
|
Matthew Wild |
Sun, 31 Jan 2010 15:39:49 +0000 |
mod_tls: Only negotiate TLS on outgoing s2s connections if we have an SSL context (thanks Flo...)
|
Matthew Wild |
Tue, 16 Feb 2010 17:15:43 +0000 |
mod_tls: Ban TLS after auth, not before.
|
Waqas Hussain |
Sun, 14 Feb 2010 10:00:39 +0500 |
mod_tls: Fixed traceback during S2S TLS (nil global access).
|
Waqas Hussain |
Sun, 14 Feb 2010 09:59:57 +0500 |
mod_tls: Refactor to simplify detection of whether we can do TLS on a connection
|
Matthew Wild |
Fri, 12 Feb 2010 21:57:46 +0000 |
mod_tls: Don't offer TLS on hosts that don't have any certs
|
Matthew Wild |
Fri, 12 Feb 2010 21:33:22 +0000 |
s2smanager, mod_compression, mod_tls: Changed event.session to event.origin for s2s-stream-features event for consistency.
|
Waqas Hussain |
Fri, 12 Feb 2010 04:30:17 +0500 |
mod_tls: Hook stream-features event using new events API.
|
Waqas Hussain |
Fri, 12 Feb 2010 03:50:44 +0500 |
mod_tls: Cleanup.
|
Waqas Hussain |
Fri, 12 Feb 2010 03:46:48 +0500 |
mod_tls: Fixed an extra :up() in s2s stream feature generation.
|
Waqas Hussain |
Fri, 12 Feb 2010 03:14:53 +0500 |
mod_tls: Remove origin type check when TLS is requested (thanks MattJ).
|
Waqas Hussain |
Fri, 12 Feb 2010 02:43:02 +0500 |
mod_tls: Respond with proper error when TLS cannot be negotiated.
|
Waqas Hussain |
Fri, 12 Feb 2010 02:39:50 +0500 |
mod_tls: Inlined some code.
|
Waqas Hussain |
Fri, 12 Feb 2010 02:32:27 +0500 |
mod_tls: Merged duplicate code.
|
Waqas Hussain |
Fri, 12 Feb 2010 02:15:54 +0500 |
mod_tls: Switched to new events API.
|
Waqas Hussain |
Fri, 12 Feb 2010 01:56:18 +0500 |
mod_tls: Slight refactoring.
|
Waqas Hussain |
Fri, 12 Feb 2010 01:47:10 +0500 |
mod_tls: Don't advertise TLS after authentication.
|
Waqas Hussain |
Wed, 10 Feb 2010 01:36:22 +0500 |
mod_tls: Remove some redundant variable declarations
|
Matthew Wild |
Sun, 31 Jan 2010 15:40:28 +0000 |
mod_tls: Set the sslctx on outgoing connections (possibly the cause of outgoing s2s connections not being encrypted)
|
Matthew Wild |
Sun, 31 Jan 2010 15:39:49 +0000 |
mod_tls: Update for new server SSL syntax
|
Matthew Wild |
Sun, 31 Jan 2010 15:39:04 +0000 |