philljj
philljj
# Description The function wc_ed448_sign_msg_ex() wasn't checking return value of ge448_scalarmult_base(). Fixes zd#17540
# Description Adds wolfcrypt xmss (wc_xmss) and lms (wc_lms) support to wolfboot. This uses the more performant implementations in `wolfcrypt/src/wc_xmss.c` , `wolfcrypt/src/wc_xmss_impl.c`, `wolfcrypt/src/wc_lms.c`, and `wolfcrypt/src/wc_lms_impl.c`. The previous sign methods `XMSS`,...
# Description Implementation for TPM2_IoCb_MicrochipHarmony_I2C. Uses Microchip I2C Bit Bang library: https://microchip-mplab-harmony.github.io/core/GUID-64D5F998-D72C-42CD-902F-D3FED8339A94.html # Note This implementation has not been confirmed.
# Description Update the LMS and XMSS examples now that the wolfCrypt implementations are the default. - Updated and reorganized README.md - Updated Makefile. - Updated lms_example.c and xmss_example.c #...
# Description When picking a hash sig algo in MatchSuite, require that peer hash sig algo is supported in our ssl->suites or ssl->ctx->suites. Fixes zd#18204. # Testing Reproducers in ticket.