-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Espressif SHA224 Fails wolfssl_test #6059
Labels
Comments
This was referenced Feb 22, 2023
72 tasks
This issue was fixed with the merge of #6287 Note that Here's a sample output from the ESP32 running the wolfssl_test example:
|
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Contact Details
[email protected]
Version
Latest master branch
Description
The Espressif ESP32 wolfSSL Crypt Test Example fails when SHA224 is enabled.
Reproduction steps
Add
#define WOLFSSL_SHA224
to the default user_settings.h used by the installed wolfSSL component (disabled by default) and observe failure message:SHA-224 test failed! error = -2207
.See wolfcrypt/test/test.c on or about line 2739:
I found this while working on #5948
Relevant log output
The text was updated successfully, but these errors were encountered: