wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

Support for ECC_CACHE_CURVE with no malloc

Open dgarske opened this issue 1 year ago • 1 comments

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

dgarske avatar Apr 30 '24 15:04 dgarske

retest this please

bandi13 avatar Apr 30 '24 19:04 bandi13

I can confirm that this works for us. With this change we can remove our workaround.

ptsiewie avatar May 01 '24 09:05 ptsiewie