wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

wolfCrypt PSA engine support

Open dgarske opened this issue 2 years ago • 1 comments

Description

  • New build option --enable-psa-engine and WOLFSSL_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

dgarske avatar Feb 01 '23 18:02 dgarske

Can one of the admins verify this patch?

wolfSSL-Bot avatar Feb 09 '23 20:02 wolfSSL-Bot