From 58e3fffdd942701b8cda1c914f2e537c45c1f3ce Mon Sep 17 00:00:00 2001 From: Rajeev Ranjan Date: Fri, 8 Dec 2023 14:40:50 +0100 Subject: [PATCH] CHANGES.md: add integrity-only cipher suites --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 93365619fa8f8f..d8181aba157127 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -40,6 +40,10 @@ OpenSSL 3.3 *Richard Levitte* + * Added support for integrity-only cipher suites for TLS v1.3. + + *Rajeev Ranjan, Siemens AG* + * The BLAKE2s hash algorithm matches BLAKE2b's support for configurable output length.