Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Decryption bug regression fix, static analysis clean up

Latest
Compare
Choose a tag to compare
@hackermnementh hackermnementh released this 29 Aug 21:26
· 14 commits to master since this release

Static Analysis bug fixes:

  • tinycrypt/sha256: Array compared to NULL has no effect fix
  • tinycrypt/hmac: Array compared to NULL has no effect fix

uECC fixes:

  • tests: ecc_dh: Do not use unitialized variable
  • ecc_dh: Properly clear out temporary secret buffers