Log

plugins/mod_tls.lua @ 10883:d75d805c852f

description author age
Merge 0.11->trunk Kim Alvefur 2020-04-26
mod_tls: Log when certificates are (re)loaded 0.11 Kim Alvefur 2020-04-26
Merge 0.11->trunk Kim Alvefur 2019-04-24
mod_tls: Log debug message for each kind of TLS context created 0.11 Kim Alvefur 2019-04-23
mod_tls: Restore querying for certificates on s2s Kim Alvefur 2019-03-11
mod_tls: Keep TLS context errors and repeat them again for each session Kim Alvefur 2018-12-27
mod_tls: Rebuild SSL context objects on configuration reload - #701 Kim Alvefur 2017-04-25
mod_tls: Switch to hook_tag from hook_stanza which was renamed in 2087d42f1e77 Kim Alvefur 2017-03-06
mod_tls: Suppress debug message if already using encryption Kim Alvefur 2017-02-25
mod_tls: Log reasons for not being able to do TLS Kim Alvefur 2017-02-15
mod_tls: Check that connection has starttls method first to prevent offering starttls over tls (thanks Remko and Tobias) Kim Alvefur 2017-01-27
mod_tls: Return session.ssl_ctx if not nil, like when doing the full session type check Kim Alvefur 2017-01-25
mod_tls: Add debug logging for when TLS should be doable but no ssl context was set Kim Alvefur 2017-01-25
mod_tls: Verify that TLS is available before proceeding Kim Alvefur 2017-01-23
mod_tls: Only accept <proceed> on outgoing s2s connections Kim Alvefur 2017-01-23
mod_tls: Ignore unused argument [luacheck] Kim Alvefur 2016-11-02
mod_tls: Fix ssl option fallback to a "parent" host if current host does not have ssl options set (thanks 70b1) Kim Alvefur 2015-11-09
mod_tls: Remove unused reference to global ssl config option (certmanager adds that to the context) Kim Alvefur 2015-11-09
mod_tls: Fix inhertinance of 'ssl' option from "parent" host to subdomain (fixes #511) Kim Alvefur 2015-09-15
mod_tls: Treat session.ssl_ctx being false as a signal that TLS is disabled Kim Alvefur 2015-05-18
mod_tls: Build <starttls/> as a stanza instead of with string concatenation Kim Alvefur 2015-05-18
certmanager, mod_tls: Return final ssl config as third return value (fix for c6caaa440e74, portmanager assumes non-falsy second return value is an error) (thanks deoren) Kim Alvefur 2014-11-22
mod_tls: Keep ssl config around and attach them to sessions Kim Alvefur 2014-11-19
mod_legacyauth, mod_saslauth, mod_tls: Pass require_encryption as default option to s2s_require_encryption so the later overrides the former Kim Alvefur 2014-10-21
mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use the newer stanza:get_child APIs and optimize away some table lookups Kim Alvefur 2014-07-04
mod_tls: Simplify and use new ssl config merging in certmanager Kim Alvefur 2014-07-03
Merge 0.9->0.10 Matthew Wild 2014-01-18
mod_tls: Let s2s_secure_auth override s2s_require_encryption and warn if they differ Kim Alvefur 2014-01-15
mod_tls: Rename variables to be less confusing Kim Alvefur 2014-01-15
Merge 0.9->0.10 Matthew Wild 2014-01-12
mod_tls: Log error when TLS initialization fails 0.9.3 Matthew Wild 2014-01-12
Remove all trailing whitespace Florian Zeitz 2013-08-09
mod_tls: Remove debug statement Kim Alvefur 2013-06-16
mod_tls: Refactor to allow separate SSL configuration for c2s and s2s connections Kim Alvefur 2013-06-13
mod_tls: More use of config sections removed Kim Alvefur 2013-03-23
mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals Kim Alvefur 2013-03-23
mod_tls: Fix log statement (thanks Zash) Matthew Wild 2012-01-18
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
mod_tls: Don't advertise TLS after authentication. Waqas Hussain 2010-02-09
mod_tls: Remove some redundant variable declarations Matthew Wild 2010-01-31
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: Update for new server SSL syntax Matthew Wild 2010-01-31
mod_tls: Switch to : syntax for connection methods Matthew Wild 2009-11-21
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