From 253ecb389e91cd2460ff0ed98b8541ecab7391a0 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 14 Dec 2021 11:02:45 -0800 Subject: [PATCH] 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).