mod_tls: Fix for components to more reliably inherit SSL settings from their parenthost (thanks Link Mauve)
|
Matthew Wild |
2011-04-06 |
mod_tls: Drop 'TLS negotiation started for ...' to debug level from info
|
Matthew Wild |
2011-02-22 |
mod_tls: Let hosts without an 'ssl' option inherit it from their parent hosts.
|
Waqas Hussain |
2010-11-09 |
mod_tls: Pass the hostname rather than host session to certmanager.create_context() (thanks darkrain)
|
Matthew Wild |
2010-11-08 |
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 |
2010-11-06 |
mod_tls: Remove extraneous flag to starttls() for s2sout connecections
|
Matthew Wild |
2010-07-22 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-24 |
mod_tls: Add s2s_allow_encryption option which, when set to false, disabled TLS for s2s
|
Matthew Wild |
2010-03-24 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
Merge 0.6.2/waqas with 0.6.2/MattJ
|
Matthew Wild |
2010-03-03 |
mod_tls: Don't offer TLS on hosts that don't have any certs
|
Matthew Wild |
2010-02-12 |
mod_tls: Fixed an extra :up() in s2s stream feature generation.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Respond with proper error when TLS cannot be negotiated.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Set the sslctx on outgoing connections (possibly the cause of outgoing s2s connections not being encrypted)
|
Matthew Wild |
2010-01-31 |
mod_tls: Only negotiate TLS on outgoing s2s connections if we have an SSL context (thanks Flo...)
|
Matthew Wild |
2010-02-16 |
mod_tls: Ban TLS after auth, not before.
|
Waqas Hussain |
2010-02-14 |
mod_tls: Fixed traceback during S2S TLS (nil global access).
|
Waqas Hussain |
2010-02-14 |
mod_tls: Refactor to simplify detection of whether we can do TLS on a connection
|
Matthew Wild |
2010-02-12 |
mod_tls: Don't offer TLS on hosts that don't have any certs
|
Matthew Wild |
2010-02-12 |
s2smanager, mod_compression, mod_tls: Changed event.session to event.origin for s2s-stream-features event for consistency.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Hook stream-features event using new events API.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Cleanup.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Fixed an extra :up() in s2s stream feature generation.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Remove origin type check when TLS is requested (thanks MattJ).
|
Waqas Hussain |
2010-02-11 |
mod_tls: Respond with proper error when TLS cannot be negotiated.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Inlined some code.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Merged duplicate code.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Switched to new events API.
|
Waqas Hussain |
2010-02-11 |
mod_tls: Slight refactoring.
|
Waqas Hussain |
2010-02-11 |