UPDATING: Add a note about OpenSSL defaulting KTLS to off.

Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D31444

(cherry picked from commit 671a35b176)
This commit is contained in:
John Baldwin 2021-08-17 14:40:33 -07:00
parent b08bb7f896
commit c8d58f20ac

View file

@ -12,6 +12,14 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before updating system packages
and/or ports.
20210823:
As of commit 622809b0868f OpenSSL no longer enables kernel TLS
by default. Users can enable kernel TLS via the "KTLS" SSL
option. This can be enabled globally by using a custom
OpenSSL config file via OPENSSL_CONF or via an
application-specific configuration option for applications
which permit setting SSL options via SSL_CONF_cmd(3).
20210803:
Commits 9fb6e613373c and 9ec7dbf46b0a both changed the internal
KAPI between the NFS modules. Bump __FreeBSD_version to 1300514.