gojimmypi
gojimmypi
> Since this code is only for ESP32 I would remove WOLFSSL_RSA_KEY_SIZE logic and have this check always enabled and document the workaround for HW issue. The WOLFSSL_RSA_KEY_SIZE logic here...
It was definitely a worthwhile exercise to find the root cause. See https://github.com/wolfSSL/wolfssl/issues/6380 So far, I've only been testing the faster keysize = 512, so I have not determined if...
This lingering draft PR was fixed some time ago. See also https://github.com/wolfSSL/wolfssl/issues/6205
I've been unable to determine the cause of the [Jenkins failure](https://cloud.wolfssl-test.com/jenkins/job/PRB-fips-repo-and-harness-test-v2/5149/consoleText): ``` RESULT of test harness was: 0 fips harness failed Build step 'Execute shell' marked build as failure $...
> Is it possible you broke something else? I would think that's unlikely, but possible. I'll take another look. I've created https://github.com/wolfSSL/wolfssl/issues/6385 as any problems with math should really be...
As noted in https://github.com/wolfSSL/wolfssl/issues/6380#issuecomment-1536771245 , since this issue is so specific to Espressif HW acceleration values, I'm pulling this back as draft and will reconsider making changes to the [hardware...
Closing this lingering PR draft as the issues were resolved in other PR's related to HW/SW SHA interleaving.
Hello @dpalffy and thanks for your PR and your interest in wolfSSL on the Espressif ESP32! I don't recognize your GitHub name. Have you contributed to wolfSSL before? If not,...
Hi @dpalffy > This would be my first contribution, I started with the contributor agreement. Awesome! Thank you and welcome. :) It looks like your contributor agreement is in progress....
@dpalffy thanks for your prompt reply & clarifications. btw - you may be interested in my [updated wolfssl component directory](https://github.com/gojimmypi/wolfssl/tree/ED25519_SHA2_fix/IDE/Espressif/ESP-IDF/examples/wolfssl_test/components/wolfssl) that allows for project-specific `user_settings.h`. I'll be working on getting...