From 34c2f90d8ed325a892618ce0e42ebe916966d4d8 Mon Sep 17 00:00:00 2001 From: Tianjia Zhang Date: Mon, 6 Dec 2021 17:50:50 +0800 Subject: KTLS: enable the CCM mode of ktls The latest kernel (including stable kernel) has fixed the issue of decryption failure in CCM mode in TLS 1.3. It is necessary to reenable CCM mode for KTLS. Signed-off-by: Tianjia Zhang Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17207) --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index f0ecb25483..a55a6c47aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -223,6 +223,14 @@ OpenSSL 3.2 *Hugo Landau* + * Enable KTLS with the TLS 1.3 CCM mode ciphersuites. Note that some linux + kernel versions that support KTLS have a known bug in CCM processing. That + has been fixed in stable releases starting from 5.4.164, 5.10.84, 5.15.7, + and all releases since 5.16. KTLS with CCM ciphersuites should be only used + on these releases. + + *Tianjia Zhang* + OpenSSL 3.0 ----------- -- cgit v1.2.3