gojimmypi
gojimmypi
# Description Adds new hardware-acceleration-specific return error code definitions to math library header files. Also makes return codes consistent between `tfm.h`, `sp_int.h`, and `integer.h`. The intention is to allow better...
# Description The wolfSSL `./configure` command has an extraordinary number of [options and parameters](https://www.wolfssl.com/documentation/manuals/wolfssl/chapter02.html) that select target platforms, fine tune installation, optimize performance, select various features, and more. Managing and...
# Description This update adds the `certs_test_sm.h` file: the SM Cipher specific certs in array format, partially addressing https://github.com/wolfSSL/wolfssl/issues/6681. Contents were semi-manually generated using [gencertbuf.pl](https://github.com/wolfSSL/wolfssl/blob/master/gencertbuf.pl). I still need to create...
# Description This is a no-code-change update that only adds VisualGDB project and solution files to the test and benchmark Espressif examples. Fixes zd# n/a # Testing How did you...
### Version latest master ### Description As noted in https://github.com/wolfSSL/wolfssl/issues/5909#issuecomment-1750027671 there may be an unintuitive build time warning of the `user_settings.h` macros being redefined when using wolfSSL as a component...
### Version latest master ### Description The new [SM Ciphers](https://github.com/wolfSSL/wolfssl/pull/6537) have [their own sample certificate files in `certs/sm2` ](https://github.com/wolfSSL/wolfssl/tree/master/certs/sm2). Currently the [other sample certificate files](https://github.com/wolfSSL/wolfssl/tree/master/certs) get generated into a rather...
### Contact Details _No response_ ### Version latest master ### Description Note this issues has been edited since first created. Additional details and examples of `fp_cmp` problems have been added....
# Description This PR partly addresses https://github.com/wolfSSL/wolfssl/issues/6380. The TFM [s_fp_add()](https://github.com/wolfSSL/wolfssl/blob/c3e4da9f66b0308368d1dec8af088d81a72e2e75/wolfcrypt/src/tfm.c#L132) is modified to only add `fp_int` words up to `used` length in each respective operand, rather than add all words...
### Version latest master ### Description As noted in https://github.com/wolfSSL/wolfssl/issues/6380, there were some unexpected and incorrect Espressif math results as related to `fp_int` data provided from HW acceleration and the...
# Description As described in https://github.com/wolfSSL/wolfssl/issues/6205 RSA signature fails for certain key sizes on the ESP32. This is an interim fix as [described here](https://github.com/wolfSSL/wolfssl/issues/6205#issuecomment-1482092608) that reverts to software calculations in...