From 1db80135666f8859d1a9f37e1f26fc8c86af7923 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Thu, 21 Jul 2022 11:03:03 +0200 Subject: [PATCH] Update README with note about change in TLSX_PSK_KEY_EXCHANGE_MODES use. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1f827e82..fdeeff878 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ CVE-2020-12966 https://www.amd.com/en/corporate/product-security/bulletin/amd-sb * Add TLS 1.2 ciphersuite ECDHE_PSK_WITH_AES_128_GCM_SHA256 from RFC 8442 * Expand CAAM support with QNX to include i.MX8 boards and add AES-CTR support * Enhanced glitching protection by hardening the TLS encrypt operations +* The TLS Extension for PSK Key Exchange Modes is now always included in a ClientHello (with PSK enabled) to improve inter-op. ## Math and Performance