explicit obsoletion of ssl param

This commit is contained in:
yrutschle 2020-07-29 22:23:36 +02:00
parent 2c93a015ea
commit 99d4a6d4a2

View File

@ -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.