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 |