The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c8d58f20ac77ebd48a41294e3b9c26efa3e98c1e
commit c8d58f20ac77ebd48a41294e3b9c26efa3e98c1e Author: John Baldwin <[email protected]> AuthorDate: 2021-08-17 21:40:33 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2021-08-24 01:00:17 +0000 UPDATING: Add a note about OpenSSL defaulting KTLS to off. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D31444 (cherry picked from commit 671a35b176e4b3c445696a8b423db5f8de26c285) --- UPDATING | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UPDATING b/UPDATING index 6ad89bbf6602..ba5ec4f6d205 100644 --- a/UPDATING +++ b/UPDATING @@ -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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
