wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

remove software aes and only do cryptoCb aes when WOLF_CRYPTO_CB_ONLY_AES is defined

Open jpbland1 opened this issue 1 year ago • 1 comments

Description

Adds the WOLF_CRYPTO_CB_ONLY_AES compile flag which removes all software AES and only allows for cryptoCb to handle the crypto

Testing

Tested with internal cryptoCb project, hard to test in wolfSSL proper since removing GCM streaming and the non cryptoCb AES modes breaks the tests.

Checklist

  • [ ] added tests
  • [ ] updated/added doxygen
  • [ ] updated appropriate READMEs
  • [ ] Updated manual and documentation

jpbland1 avatar Feb 12 '24 18:02 jpbland1

retest this please

jpbland1 avatar May 29 '24 21:05 jpbland1