From a26476b8b216c627ac59bd45ca6adbda0813c8c3 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Thu, 11 Jul 2024 09:01:11 -0600 Subject: [PATCH] update changelog for kyber fix, thanks to Antoon Purnal --- ChangeLog.md | 1 + README | 1 + README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 01fca469e..0939a6594 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -89,6 +89,7 @@ Fixed in github pull request https://github.com/wolfSSL/wolfssl/pull/7702 * Expanded OpenSSL compatibility layer and added EC_POINT_hex2point (PR 7191) ## Fixes +* Fixed Kyber control-flow timing leak. Thanks to Antoon Purnal from PQShield for the report * Fixed the NXP MMCAU HW acceleration for SHA-256 (PR 7389) * Fixed AES-CFB1 encrypt/decrypt on size (8*x-1) bits (PR 7431) * Fixed use of %rip with SHA-256 x64 assembly (PR 7409) diff --git a/README b/README index 3fa99a53d..261eb200d 100644 --- a/README +++ b/README @@ -161,6 +161,7 @@ Fixed in github pull request https://github.com/wolfSSL/wolfssl/pull/7702 * Expanded OpenSSL compatibility layer and added EC_POINT_hex2point (PR 7191) ## Fixes +* Fixed Kyber control-flow timing leak. Thanks to Antoon Purnal from PQShield for the report * Fixed the NXP MMCAU HW acceleration for SHA-256 (PR 7389) * Fixed AES-CFB1 encrypt/decrypt on size (8*x-1) bits (PR 7431) * Fixed use of %rip with SHA-256 x64 assembly (PR 7409) diff --git a/README.md b/README.md index 740a32cbf..8ab5a2806 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ Fixed in github pull request https://github.com/wolfSSL/wolfssl/pull/7702 * Expanded OpenSSL compatibility layer and added EC_POINT_hex2point (PR 7191) ## Fixes +* Fixed Kyber control-flow timing leak. Thanks to Antoon Purnal from PQShield for the report * Fixed the NXP MMCAU HW acceleration for SHA-256 (PR 7389) * Fixed AES-CFB1 encrypt/decrypt on size (8*x-1) bits (PR 7431) * Fixed use of %rip with SHA-256 x64 assembly (PR 7409)