From 268dfa38c09c78b0bdab2cb1e3590b1ffa3ad86e Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 21 Jan 2022 17:59:19 +0100 Subject: mod_s2s: Enable outgoing Direct TLS connections Makes it faster by cutting out the roundtrips involved in , at the cost of making an additional SRV lookup. Since we already ignore a missing offer and try anyway there is not much difference in security. The fact that XMPP is used and the hostnames involved might still be visible until the future Encrypted ClientHello extension allows hiding those too. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 3e7907f0..b3f0bdb6 100644 --- a/CHANGES +++ b/CHANGES @@ -27,7 +27,7 @@ TRUNK - SNI support (including automatic certificate selection) - ALPN support in mod_net_multiplex - DANE support in low-level network layer -- Direct TLS support (c2s and incoming s2s) +- Direct TLS support (c2s and s2s) - SCRAM-SHA-256 - Direct TLS (including https) certificates updated on reload - Pluggable authorization providers (mod_authz_) -- cgit v1.2.3