git: 253ecb389e91 - main - RELNOTES: Note support for KTLS RX for TLS 1.3.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Dec 2021 19:03:17 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=253ecb389e91cd2460ff0ed98b8541ecab7391a0 commit 253ecb389e91cd2460ff0ed98b8541ecab7391a0 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2021-12-14 19:02:45 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2021-12-14 19:02:45 +0000 RELNOTES: Note support for KTLS RX for TLS 1.3. Sponsored by: Netflix --- RELNOTES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELNOTES b/RELNOTES index acd726abdb40..ebe751531dd2 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,9 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +05a1d0f5d7ac: + Kernel TLS offload now supports receive-side offload of TLS 1.3. + 19dc64451179: if_stf now supports 6rd (RFC5969).