update changelog for kyber fix, thanks to Antoon Purnal

pull/7740/head
JacobBarthelmeh 2024-07-11 09:01:11 -06:00
parent 3cc7bbea67
commit a26476b8b2
3 changed files with 3 additions and 0 deletions

View File

@ -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)

1
README
View File

@ -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)

View File

@ -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)