Skip to content

Releases: MicrochipTech/cryptoauthlib

Release 20191122

23 Nov 00:04
eabc052
Compare
Choose a tag to compare
  • Patches for CVE-2019-16128 & CVE-2019-16129: Ensure reported packet length is valid for the packet being processed.
  • Improvement to encrypted read operations to allow supply of a host nonce (prevent replay of a read sequence to the host). Default API is changed but can be reverted by setting the option ATCA_USE_CONSTANT_HOST_NONCE
  • Added Azure compatible TNGTLS and TNGLORA certificates. Use the TNG client API to retrieve the proper certificate based on the device.
  • Misc Python updates (updated APIs for encrypted reads to match the C-API change) atcacert_cert_element_t now initializes properly.

Release 20190830

30 Aug 22:36
7b39ad2
Compare
Choose a tag to compare
  • Adds support multiple devices over kit protocol
  • Adds big endian support
  • Bug fixes