Software /
code /
prosody
Log
plugins/mod_tls.lua @ 7869:eb5fba4c8074
description | author | age |
---|---|---|
mod_tls: Check that connection has starttls method first to prevent offering starttls over tls (thanks Remko and Tobias) | Kim Alvefur | Fri, 27 Jan 2017 12:21:09 +0100 |
mod_tls: Return session.ssl_ctx if not nil, like when doing the full session type check | Kim Alvefur | Wed, 25 Jan 2017 11:12:43 +0100 |
mod_tls: Add debug logging for when TLS should be doable but no ssl context was set | Kim Alvefur | Wed, 25 Jan 2017 11:06:30 +0100 |
mod_tls: Verify that TLS is available before proceeding | Kim Alvefur | Mon, 23 Jan 2017 10:46:42 +0100 |
mod_tls: Only accept <proceed> on outgoing s2s connections | Kim Alvefur | Mon, 23 Jan 2017 10:45:20 +0100 |
mod_tls: Ignore unused argument [luacheck] | Kim Alvefur | Wed, 02 Nov 2016 23:19:41 +0100 |
mod_tls: Fix ssl option fallback to a "parent" host if current host does not have ssl options set (thanks 70b1) | Kim Alvefur | Mon, 09 Nov 2015 13:40:06 +0100 |