wolfssl
wolfssl copied to clipboard
wolfCrypt PSA engine support
Description
- New build option
--enable-psa-engineandWOLFSSL_HAVE_PSA_ENGINE - wc: psa: support import AES keys
- wc: psa: support AES cipher encrypt/decrypt
- wc: psa: support ECC P256 key importing
- wc: psa: support sha256 hash
Author @rizlik
Testing
./configure --enable-psa-engine && make
Checklist
- [ ] added tests
- [ ] updated/added doxygen
- [ ] updated appropriate READMEs
- [ ] Updated manual and documentation
Can one of the admins verify this patch?