wolfssl
wolfssl copied to clipboard
Common changes
Description
This PR contains the common (non board-specific) changes done while working on the port for Xilinx Versal.
Testing
Ran make check.
Checklist
- [ ] added tests
- [ ] updated/added doxygen
- [ ] updated appropriate READMEs
- [ ] Updated manual and documentation
Can one of the wolfSSL admins verify this patch?
ok to test
Steps to reproduce:
Download wolfssl-5.3.0-gplv3-fips-ready.zip from www.wolfssl.com/download/ update wolfssl-5.3.0-gplv3-fips-ready/wolfcrypt/test/test.c with the test.c from this PR open wolfssl-5.3.0-gplv3-fips-ready/IDE/WIN10/wolfssl-fips.sln in VS build and run the project 'test' update the core hash, line 1310 in fips_test.c rebuild and run the project 'test'
exists an option to update the core hash w/o having to use VS on Windows?