forked from wolfSSL/wolfssl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to build and complete wolf_test_task() successfully on ESP32s…
…3 (and ESP32). * esp32-crypt.h - removed ets_sys.h include; not required for ESP32 and breaks ESP32s3 builds. * esp32_sha.c - update wc_esp_digest_state to skip reading digest for first block and correctly decode hash for SHA2_512. * esp32_mp.c fix mul, mulmod, exptmod to pass tests ESP32s3 * random.c - added missing include required to build on Espressif devices when not using hardware acceleration. * aes.c - return error code when setting Aes key if specific algorithms have been disabled (otherwise tests fail). * user_settings.h ** disable ED25519 as it fails test for ESP32 & ESP32s3 ** disable AES-192 as it is not supported on ESP32s3.
- Loading branch information
Paul
authored and
Paul
committed
Jan 3, 2023
1 parent
56d587d
commit b22d185
Showing
8 changed files
with
201 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.