Skip to content

Release v3.2.5 (20201130)

Compare
Choose a tag to compare
@bryan-hunt bryan-hunt released this 02 Dec 22:05
· 69 commits to main since this release
v3.2.5
e981e09

New features

  • Converted from travis-ci and appveyor to github actions workflows
  • AES CCM & CBC-MAC upper layer API using AES-ECB primitives
  • Additional software crypto library interface functions for asymmetric cryptography (sign, verify, ecdh, etc) for mbedtls integrations
  • XC8 & XC16 compiler support

Fixes

  • PKCS11 Pin length check rejecting valid pin lengths
  • aes-gcm nist vector test failed with mbedtls crypto backend due to aad update not being executed when aad length was zero