Wed, 10 Nov 2010 02:26:18 +0500 Waqas Hussain mod_tls: Let hosts without an 'ssl' option inherit it from their parent hosts. file | diff | annotate
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) file | diff | annotate
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 file | diff | annotate
Thu, 22 Jul 2010 13:13:28 +0100 Matthew Wild mod_tls: Remove extraneous flag to starttls() for s2sout connecections file | diff | annotate
Wed, 24 Mar 2010 22:34:59 +0000 Matthew Wild Merge 0.6->0.7 file | diff | annotate
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 file | diff | annotate
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7 file | diff | annotate
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010 file | diff | annotate
Wed, 03 Mar 2010 22:05:05 +0000 Matthew Wild Merge 0.6.2/waqas with 0.6.2/MattJ file | diff | annotate
Fri, 12 Feb 2010 21:33:22 +0000 Matthew Wild mod_tls: Don't offer TLS on hosts that don't have any certs file | diff | annotate
Fri, 12 Feb 2010 03:14:53 +0500 Waqas Hussain mod_tls: Fixed an extra :up() in s2s stream feature generation. file | diff | annotate
Fri, 12 Feb 2010 02:39:50 +0500 Waqas Hussain mod_tls: Respond with proper error when TLS cannot be negotiated. file | diff | annotate
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) file | diff | annotate
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...) file | diff | annotate
Sun, 14 Feb 2010 10:00:39 +0500 Waqas Hussain mod_tls: Ban TLS after auth, not before. file | diff | annotate
Sun, 14 Feb 2010 09:59:57 +0500 Waqas Hussain mod_tls: Fixed traceback during S2S TLS (nil global access). file | diff | annotate
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 file | diff | annotate
Fri, 12 Feb 2010 21:33:22 +0000 Matthew Wild mod_tls: Don't offer TLS on hosts that don't have any certs file | diff | annotate
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. file | diff | annotate
Fri, 12 Feb 2010 03:50:44 +0500 Waqas Hussain mod_tls: Hook stream-features event using new events API. file | diff | annotate
Fri, 12 Feb 2010 03:46:48 +0500 Waqas Hussain mod_tls: Cleanup. file | diff | annotate
Fri, 12 Feb 2010 03:14:53 +0500 Waqas Hussain mod_tls: Fixed an extra :up() in s2s stream feature generation. file | diff | annotate
Fri, 12 Feb 2010 02:43:02 +0500 Waqas Hussain mod_tls: Remove origin type check when TLS is requested (thanks MattJ). file | diff | annotate
Fri, 12 Feb 2010 02:39:50 +0500 Waqas Hussain mod_tls: Respond with proper error when TLS cannot be negotiated. file | diff | annotate
Fri, 12 Feb 2010 02:32:27 +0500 Waqas Hussain mod_tls: Inlined some code. file | diff | annotate
Fri, 12 Feb 2010 02:15:54 +0500 Waqas Hussain mod_tls: Merged duplicate code. file | diff | annotate
Fri, 12 Feb 2010 01:56:18 +0500 Waqas Hussain mod_tls: Switched to new events API. file | diff | annotate
Fri, 12 Feb 2010 01:47:10 +0500 Waqas Hussain mod_tls: Slight refactoring. file | diff | annotate
Wed, 10 Feb 2010 01:36:22 +0500 Waqas Hussain mod_tls: Don't advertise TLS after authentication. file | diff | annotate
Sun, 31 Jan 2010 15:40:28 +0000 Matthew Wild mod_tls: Remove some redundant variable declarations file | diff | annotate
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) file | diff | annotate
Sun, 31 Jan 2010 15:39:04 +0000 Matthew Wild mod_tls: Update for new server SSL syntax file | diff | annotate
Sat, 21 Nov 2009 17:16:46 +0000 Matthew Wild mod_tls: Switch to : syntax for connection methods file | diff | annotate
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 :) ) file | diff | annotate
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) file | diff | annotate
Thu, 08 Oct 2009 23:41:59 +0100 Matthew Wild mod_tls: Catch s2s-stream-features and add starttls feature if possible file | diff | annotate
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 :) file | diff | annotate
Mon, 05 Oct 2009 15:00:05 +0100 Matthew Wild mod_tls: require_s2s_encryption -> s2s_require_encryption file | diff | annotate
Mon, 05 Oct 2009 14:59:30 +0100 Matthew Wild require_encryption deprecated, use c2s_require_encryption instead file | diff | annotate
Mon, 05 Oct 2009 14:52:30 +0100 Matthew Wild mod_tls: Mark starttls feature as <required/> if require_s2s_encryption is enabled file | diff | annotate
Mon, 05 Oct 2009 14:51:53 +0100 Matthew Wild mod_tls: Mark session as not secure before negotiating TLS file | diff | annotate
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 file | diff | annotate
Sun, 04 Oct 2009 13:24:04 +0100 Matthew Wild mod_tls: :up() out of the starttls tag in stream:features file | diff | annotate
Sat, 03 Oct 2009 19:20:20 -0700 Paul Aurich Minor changes; outgoing TLS works. file | diff | annotate
Sun, 04 Oct 2009 14:06:45 +0100 Matthew Wild mod_tls: Advertise and handle TLS for s2s connections file | diff | annotate
Thu, 13 Aug 2009 11:35:50 +0200 Tobias Markmann Another unwanted spaces at the end of a line. file | diff | annotate
Sat, 08 Aug 2009 23:41:45 +0500 Waqas Hussain mod_tls: Updated to use module:get_option instead of configmanager file | diff | annotate
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers file | diff | annotate
Fri, 29 May 2009 18:17:03 +0100 Matthew Wild mod_tls: Add <required/> to stream feature when TLS is required file | diff | annotate
Fri, 29 May 2009 14:28:53 +0100 Matthew Wild sessionmanager, mod_tls: Mark a session as secure when TLS is active file | diff | annotate
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4 file | diff | annotate
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009 file | diff | annotate
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3 file | diff | annotate
Fri, 30 Jan 2009 17:22:56 +0000 Matthew Wild GPL->MIT! file | diff | annotate
Tue, 13 Jan 2009 19:37:12 +0500 Waqas Hussain mod_saslauth, mod_tls: minor code cleanup file | diff | annotate
Mon, 15 Dec 2008 18:06:59 +0000 Matthew Wild Remove a FIXME from mod_tls file | diff | annotate
Wed, 10 Dec 2008 15:44:03 +0000 Matthew Wild 0.1 -> 0.2 file | diff | annotate
Wed, 03 Dec 2008 14:39:07 +0000 Matthew Wild Insert copyright/license headers file | diff | annotate
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. file | diff | annotate
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. file | diff | annotate
(0) -60 tip

mercurial