# HG changeset patch # User Kim Alvefur # Date 1624205842 -7200 # Node ID d1d393fbc8dc639e4f41d1a576e1a7438de3c59c # Parent d629135450ec3b30cf5c5c682ea8e8d1eb7f9d49 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. diff -r d629135450ec -r d1d393fbc8dc CHANGES --- a/CHANGES Sun Jun 20 18:15:59 2021 +0200 +++ b/CHANGES Sun Jun 20 18:17:22 2021 +0200 @@ -25,6 +25,7 @@ - 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 ======