mod_tls: Record STARTTLS state so it can be shown in Shell
|
Kim Alvefur |
2022-08-02 |
mod_tls: pass target hostname to starttls
|
Jonas Schäfer |
2021-09-17 |
mod_tls: tell network backend to stop reading while preparing TLS
|
Jonas Schäfer |
2022-04-02 |
mod_tls: Do not offer TLS if the connection is considered secure
|
Jonas Schäfer |
2021-09-17 |
various: Require encryption by default for real
|
Kim Alvefur |
2021-12-25 |
mod_tls: Set ALPN on outgoing connections
|
Kim Alvefur |
2022-01-25 |
mod_s2s: Retrieve TLS context for outgoing Direct TLS connections from mod_tls
|
Kim Alvefur |
2022-01-21 |
mod_tls: Attempt STARTTLS on outgoing unencrypted legacy s2s connections
|
Kim Alvefur |
2021-09-01 |
Fix various spelling errors (thanks codespell)
|
Kim Alvefur |
2021-07-26 |
mod_tls: Add "support" for <failure> by closing gracefully
|
Kim Alvefur |
2021-05-21 |
mod_tls: Fix order of debug messages and tls context creation
|
Kim Alvefur |
2021-05-05 |
mod_tls: Bail out if session got destroyed while sending <proceed/>
|
Kim Alvefur |
2021-04-15 |
mod_tls: Ignore lack of STARTTLS offer only when s2s_require_encryption set
|
Kim Alvefur |
2021-01-29 |
mod_tls: Attempt STARTTLS even if not advertised as per RFC 7590
|
Kim Alvefur |
2021-01-29 |
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 |