wolfssl
wolfssl copied to clipboard
Support for ECC_CACHE_CURVE with no malloc
Description
Support for ECC_CACHE_CURVE with no malloc.
Fixes ZD 17774
Testing
./configure CFLAGS="-DECC_CACHE_CURVE -DWOLFSSL_NO_MALLOC" --enable-staticmemory && make
Checklist
- [ ] added tests
- [ ] updated/added doxygen
- [ ] updated appropriate READMEs
- [ ] Updated manual and documentation
retest this please
I can confirm that this works for us. With this change we can remove our workaround.