aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-06-20 18:17:22 +0200
committerKim Alvefur <zash@zash.se>2021-06-20 18:17:22 +0200
commit14bc2f7e03ca5718398235b6b66294b5e023139c (patch)
treed6e3c14f57fe5fd414f5b768046cd7fa3425e5a4 /CHANGES
parent0acd505f2ecea86ba8dc71fbfc565edf5c497081 (diff)
downloadprosody-14bc2f7e03ca5718398235b6b66294b5e023139c.tar.gz
prosody-14bc2f7e03ca5718398235b6b66294b5e023139c.zip
CHANGES: Add Direct TLS support
Since there is now support for SNI with per-host certificates as well as support in `prosodyctl check dns`. Previous "support" was just the 'legacy_ssl' option, which didn't have much other supporting code.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d96ff56d..13ea4778 100644
--- a/CHANGES
+++ b/CHANGES
@@ -25,6 +25,7 @@ TRUNK
- statistics scheduling can be done by plugin
- mod_server_contact_info now loaded on components if enabled
- Statistics now based on OpenMetrics
+- Direct TLS support
0.11.0
======