wolfssl
wolfssl copied to clipboard
remove software aes and only do cryptoCb aes when WOLF_CRYPTO_CB_ONLY_AES is defined
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
retest this please