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 :) )
|
Matthew Wild |
2009-10-17 |
mod_tls: Don't try to start TLS if we can't actually do it (thanks Florob)
|
Matthew Wild |
2009-10-09 |
mod_tls: Catch s2s-stream-features and add starttls feature if possible
|
Matthew Wild |
2009-10-08 |
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 :)
|
Matthew Wild |
2009-10-06 |
mod_tls: require_s2s_encryption -> s2s_require_encryption
|
Matthew Wild |
2009-10-05 |
require_encryption deprecated, use c2s_require_encryption instead
|
Matthew Wild |
2009-10-05 |
mod_tls: Mark starttls feature as <required/> if require_s2s_encryption is enabled
|
Matthew Wild |
2009-10-05 |
mod_tls: Mark session as not secure before negotiating TLS
|
Matthew Wild |
2009-10-05 |
mod_tls: Only advertise TLS if the server told us which host they are connecting to
|
Matthew Wild |
2009-10-05 |
mod_tls: :up() out of the starttls tag in stream:features
|
Matthew Wild |
2009-10-04 |
Minor changes; outgoing TLS works.
|
Paul Aurich |
2009-10-04 |
mod_tls: Advertise and handle TLS for s2s connections
|
Matthew Wild |
2009-10-04 |
Another unwanted spaces at the end of a line.
|
Tobias Markmann |
2009-08-13 |
mod_tls: Updated to use module:get_option instead of configmanager
|
Waqas Hussain |
2009-08-08 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
mod_tls: Add <required/> to stream feature when TLS is required
|
Matthew Wild |
2009-05-29 |
sessionmanager, mod_tls: Mark a session as secure when TLS is active
|
Matthew Wild |
2009-05-29 |
0.3->0.4
|
Matthew Wild |
2009-03-20 |
Update copyright notices for 2009
|
Matthew Wild |
2009-01-30 |
0.2->0.3
|
Matthew Wild |
2009-01-30 |
GPL->MIT!
|
Matthew Wild |
2009-01-30 |
mod_saslauth, mod_tls: minor code cleanup
|
Waqas Hussain |
2009-01-13 |
Remove a FIXME from mod_tls
|
Matthew Wild |
2008-12-15 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
|
Matthew Wild |
2008-11-27 |
Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME.
|
Matthew Wild |
2008-11-20 |
Fixed mod_tls to use session.send for sending stanzas
|
Waqas Hussain |
2008-11-16 |
Unused variables in mod_tls
|
Waqas Hussain |
2008-11-15 |
TLS/SASL no longer should include the connhandler module
|
Matthew Wild |
2008-10-23 |
Abstract connections with "connection listeners"
|
Matthew Wild |
2008-10-22 |
forgot to commit mod_tls, oops :)
|
Matthew Wild |
2008-10-07 |