aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_tls.lua
Commit message (Expand)AuthorAgeFilesLines
...
* | mod_tls: Refactor to simplify detection of whether we can do TLS on a connectionMatthew Wild2010-02-121-3/+13
* | mod_tls: Don't offer TLS on hosts that don't have any certsMatthew Wild2010-02-121-2/+4
* | s2smanager, mod_compression, mod_tls: Changed event.session to event.origin f...Waqas Hussain2010-02-121-2/+2
* | mod_tls: Hook stream-features event using new events API.Waqas Hussain2010-02-121-2/+3
* | mod_tls: Cleanup.Waqas Hussain2010-02-121-50/+40
* | mod_tls: Fixed an extra :up() in s2s stream feature generation.Waqas Hussain2010-02-121-1/+1
* | mod_tls: Remove origin type check when TLS is requested (thanks MattJ).Waqas Hussain2010-02-121-1/+1
* | mod_tls: Respond with proper error when TLS cannot be negotiated.Waqas Hussain2010-02-121-1/+2
* | mod_tls: Inlined some code.Waqas Hussain2010-02-121-18/+9
* | mod_tls: Merged duplicate code.Waqas Hussain2010-02-121-23/+8
* | mod_tls: Switched to new events API.Waqas Hussain2010-02-121-2/+12
* | mod_tls: Slight refactoring.Waqas Hussain2010-02-121-29/+30
* | mod_tls: Don't advertise TLS after authentication.Waqas Hussain2010-02-101-2/+2
* | mod_tls: Remove some redundant variable declarationsMatthew Wild2010-01-311-1/+0
* | mod_tls: Set the sslctx on outgoing connections (possibly the cause of outgoi...Matthew Wild2010-01-311-1/+2
* | mod_tls: Update for new server SSL syntaxMatthew Wild2010-01-311-8/+6
* | mod_tls: Switch to : syntax for connection methodsMatthew Wild2009-11-211-5/+5
|/
* mod_tls: Offer the host-specific cert (when there is one) to incoming c2s/s2s...Matthew Wild2009-10-171-0/+6
* mod_tls: Don't try to start TLS if we can't actually do it (thanks Florob)Matthew Wild2009-10-091-1/+1
* mod_tls: Catch s2s-stream-features and add starttls feature if possibleMatthew Wild2009-10-081-5/+4
* mod_tls: Mark sessions as not secure when negotiating outward TLS, so they ge...Matthew Wild2009-10-061-0/+1
* mod_tls: require_s2s_encryption -> s2s_require_encryptionMatthew Wild2009-10-051-1/+1
* require_encryption deprecated, use c2s_require_encryption insteadMatthew Wild2009-10-051-1/+1
* mod_tls: Mark starttls feature as <required/> if require_s2s_encryption is en...Matthew Wild2009-10-051-2/+6
* mod_tls: Mark session as not secure before negotiating TLSMatthew Wild2009-10-051-0/+1
* mod_tls: Only advertise TLS if the server told us which host they are connect...Matthew Wild2009-10-051-1/+1
* mod_tls: :up() out of the starttls tag in stream:featuresMatthew Wild2009-10-041-1/+1
* Minor changes; outgoing TLS works.Paul Aurich2009-10-031-3/+7
* mod_tls: Advertise and handle TLS for s2s connectionsMatthew Wild2009-10-041-1/+43
* Another unwanted spaces at the end of a line.Tobias Markmann2009-08-131-1/+1
* mod_tls: Updated to use module:get_option instead of configmanagerWaqas Hussain2009-08-081-4/+1
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* mod_tls: Add <required/> to stream feature when TLS is requiredMatthew Wild2009-05-291-1/+9
* sessionmanager, mod_tls: Mark a session as secure when TLS is activeMatthew Wild2009-05-291-0/+1
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* mod_saslauth, mod_tls: minor code cleanupWaqas Hussain2009-01-131-11/+5
* Remove a FIXME from mod_tlsMatthew Wild2008-12-151-2/+0
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* Bumper commit for the new modulemanager API \o/ Updates all the modules, thou...Matthew Wild2008-11-271-2/+2
* Use a stanza for c2s stream features instead of an array of strings. Removes ...Matthew Wild2008-11-201-1/+2
* Fixed mod_tls to use session.send for sending stanzasWaqas Hussain2008-11-161-2/+1
* Unused variables in mod_tlsWaqas Hussain2008-11-161-5/+2
* TLS/SASL no longer should include the connhandler moduleMatthew Wild2008-10-231-3/+1
* Abstract connections with "connection listeners"Matthew Wild2008-10-221-9/+10
* forgot to commit mod_tls, oops :)Matthew Wild2008-10-071-0/+37