gojimmypi
gojimmypi
There are probably better tools available. I'm closing this lingering draft PR as I likely won't submit it in the near future.
The failing PRB is not likely related to this PR.
> "+1,492 −28" -> My preference is for these to be in wolfssl-examples. The VisualGDB creates a lot of cruft for something very few people use. You are welcome to...
Closing this lingering PR as the project files are typically updated with each example.
Thank you both for the prompt reply! I haven't had a chance to test with ESP-IDF 4.4, but the 7507 does sound like the root cause & solution. I'm certainly...
The best way to deal with the wolfssl `user_settings.h` file is to reference `wolfssl/wolfcrypt/settings.h` *after* first including the `sdkconfig.h` file and *not* explicity reference the `user_settings.h`, like this at the...
I'm fairly certain all examples in all repos have since been updated. If this problem is encountered again, we can open a new issue..
I've added new SHA-512/224 and SHA-512/256 tests in #6097. There should probably be the companion `hmac_sha512_224_test()` and `hmac_sha512_256_test()` in the [test.c HMAC section](https://github.com/wolfSSL/wolfssl/blob/0a6dedab039472c85fe9c0be83f04b84b3b3daa6/wolfcrypt/test/test.c#L1024) added as well.
I believe this was addressed in https://github.com/wolfSSL/wolfssl/pull/7262 and https://github.com/wolfSSL/wolfssl/pull/7505 There could be additional tests. I've added this to the mothball section of https://github.com/wolfSSL/wolfssl/issues/6234, just in case.
I've been unable to find a place where this is problematic. This was a concern when there was a SHA interleaving problem with occasionally unexpected results. See also https://github.com/wolfSSL/wolfssl/pull/7262 and...