From 99d4a6d4a236b3e9cd7c1ae5a375425676d96498 Mon Sep 17 00:00:00 2001 From: yrutschle Date: Wed, 29 Jul 2020 22:23:36 +0200 Subject: [PATCH] explicit obsoletion of ssl param --- ChangeLog | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index a51f3f8..205d7cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ v1.21: 11JUL2020 + WARNING: + Moved configuration and command-line management to + use conf2struct. Changes are: + * `--ssl` and using `name: 'ssl'` in config file is no longer supported, use `tls` instead. + * command line option <-F|--config> no longer defaults to /etc/sslh.cfg, so you have to + specify it explicitly. + * command line option <-v|--verbose> takes a mandatory integer parameter + Added TCP_FASTOPEN support for client sockets (if tfo_ok is specified in their configuration) and for listenint socket, if all client protocols support it. @@ -8,12 +16,6 @@ v1.21: 11JUL2020 than that many bytes have been received (mostly for regex) - Moved configuration and command-line management to - use conf2struct. Changes are: - * command line option <-F|--config> no longer defaults to /etc/sslh.cfg, so you have to - specify it explicitly. - * command line option <-v|--verbose> takes a mandatory integer parameter - Update Let's Encrypt entry in example.cfg for tls-alpn-01 challenges; tls-sni-* challenges are now deprecated.