| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 0.9->0.10 | Matthew Wild | 2014-01-18 | 1 | -4/+10 |
|\ |
|
| * | mod_tls: Let s2s_secure_auth override s2s_require_encryption and warn if they... | Kim Alvefur | 2014-01-15 | 1 | -0/+6 |
| * | mod_tls: Rename variables to be less confusing | Kim Alvefur | 2014-01-15 | 1 | -4/+4 |
| * | mod_tls: Log error when TLS initialization fails0.9.3 | Matthew Wild | 2014-01-12 | 1 | -2/+9 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
* | | mod_tls: Remove debug statement | Kim Alvefur | 2013-06-16 | 1 | -1/+0 |
* | | mod_tls: Refactor to allow separate SSL configuration for c2s and s2s connect... | Kim Alvefur | 2013-06-13 | 1 | -26/+36 |
|/ |
|
* | mod_tls: More use of config sections removed | Kim Alvefur | 2013-03-23 | 1 | -2/+2 |
* | mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mo... | Kim Alvefur | 2013-03-23 | 1 | -0/+1 |
* | mod_tls: Fix log statement (thanks Zash) | Matthew Wild | 2012-01-18 | 1 | -1/+1 |
* | mod_tls: Fix for components to more reliably inherit SSL settings from their ... | Matthew Wild | 2011-04-06 | 1 | -4/+3 |
* | mod_tls: Drop 'TLS negotiation started for ...' to debug level from info | Matthew Wild | 2011-02-22 | 1 | -1/+1 |
* | mod_tls: Let hosts without an 'ssl' option inherit it from their parent hosts. | Waqas Hussain | 2010-11-10 | 1 | -1/+7 |
* | mod_tls: Pass the hostname rather than host session to certmanager.create_con... | Matthew Wild | 2010-11-08 | 1 | -2/+2 |
* | certmanager, hostmanager, mod_tls: Move responsibility for creating per-host ... | Matthew Wild | 2010-11-06 | 1 | -0/+12 |
* | mod_tls: Remove extraneous flag to starttls() for s2sout connecections | Matthew Wild | 2010-07-22 | 1 | -1/+1 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-24 | 1 | -2/+3 |
|\ |
|
| * | mod_tls: Add s2s_allow_encryption option which, when set to false, disabled T... | Matthew Wild | 2010-03-24 | 1 | -18/+27 |
* | | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\| |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| * | Merge 0.6.2/waqas with 0.6.2/MattJ | Matthew Wild | 2010-03-03 | 1 | -5/+9 |
| |\ |
|
| | * | mod_tls: Don't offer TLS on hosts that don't have any certs | Matthew Wild | 2010-02-12 | 1 | -2/+4 |
| | * | mod_tls: Fixed an extra :up() in s2s stream feature generation. | Waqas Hussain | 2010-02-12 | 1 | -1/+1 |
| | * | mod_tls: Respond with proper error when TLS cannot be negotiated. | Waqas Hussain | 2010-02-12 | 1 | -2/+4 |
| * | | mod_tls: Set the sslctx on outgoing connections (possibly the cause of outgoi... | Matthew Wild | 2010-01-31 | 1 | -0/+2 |
| |/ |
|
* | | mod_tls: Only negotiate TLS on outgoing s2s connections if we have an SSL con... | Matthew Wild | 2010-02-16 | 1 | -1/+3 |
* | | mod_tls: Ban TLS after auth, not before. | Waqas Hussain | 2010-02-14 | 1 | -2/+2 |
* | | mod_tls: Fixed traceback during S2S TLS (nil global access). | Waqas Hussain | 2010-02-14 | 1 | -1/+1 |
* | | mod_tls: Refactor to simplify detection of whether we can do TLS on a connection | Matthew Wild | 2010-02-12 | 1 | -3/+13 |
* | | mod_tls: Don't offer TLS on hosts that don't have any certs | Matthew Wild | 2010-02-12 | 1 | -2/+4 |
* | | s2smanager, mod_compression, mod_tls: Changed event.session to event.origin f... | Waqas Hussain | 2010-02-12 | 1 | -2/+2 |
* | | mod_tls: Hook stream-features event using new events API. | Waqas Hussain | 2010-02-12 | 1 | -2/+3 |
* | | mod_tls: Cleanup. | Waqas Hussain | 2010-02-12 | 1 | -50/+40 |
* | | mod_tls: Fixed an extra :up() in s2s stream feature generation. | Waqas Hussain | 2010-02-12 | 1 | -1/+1 |
* | | mod_tls: Remove origin type check when TLS is requested (thanks MattJ). | Waqas Hussain | 2010-02-12 | 1 | -1/+1 |
* | | mod_tls: Respond with proper error when TLS cannot be negotiated. | Waqas Hussain | 2010-02-12 | 1 | -1/+2 |
* | | mod_tls: Inlined some code. | Waqas Hussain | 2010-02-12 | 1 | -18/+9 |
* | | mod_tls: Merged duplicate code. | Waqas Hussain | 2010-02-12 | 1 | -23/+8 |
* | | mod_tls: Switched to new events API. | Waqas Hussain | 2010-02-12 | 1 | -2/+12 |
* | | mod_tls: Slight refactoring. | Waqas Hussain | 2010-02-12 | 1 | -29/+30 |
* | | mod_tls: Don't advertise TLS after authentication. | Waqas Hussain | 2010-02-10 | 1 | -2/+2 |
* | | mod_tls: Remove some redundant variable declarations | Matthew Wild | 2010-01-31 | 1 | -1/+0 |
* | | mod_tls: Set the sslctx on outgoing connections (possibly the cause of outgoi... | Matthew Wild | 2010-01-31 | 1 | -1/+2 |
* | | mod_tls: Update for new server SSL syntax | Matthew Wild | 2010-01-31 | 1 | -8/+6 |
* | | mod_tls: Switch to : syntax for connection methods | Matthew Wild | 2009-11-21 | 1 | -5/+5 |
|/ |
|
* | mod_tls: Offer the host-specific cert (when there is one) to incoming c2s/s2s... | Matthew Wild | 2009-10-17 | 1 | -0/+6 |
* | mod_tls: Don't try to start TLS if we can't actually do it (thanks Florob) | Matthew Wild | 2009-10-09 | 1 | -1/+1 |
* | mod_tls: Catch s2s-stream-features and add starttls feature if possible | Matthew Wild | 2009-10-08 | 1 | -5/+4 |
* | mod_tls: Mark sessions as not secure when negotiating outward TLS, so they ge... | Matthew Wild | 2009-10-06 | 1 | -0/+1 |
* | mod_tls: require_s2s_encryption -> s2s_require_encryption | Matthew Wild | 2009-10-05 | 1 | -1/+1 |