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

Decryption bug fix, static analysis issues, and CTR PRNG reseed bug fix

Compare
Choose a tag to compare
@hackermnementh hackermnementh released this 16 Dec 21:17
· 30 commits to master since this release

Decryptions using ccm mode can incorrectly fail
tests: Update return codes and check_result function call
ecc_dh: Fix discrepancy of ecc_make_key definition and declaration
Static analysis issues
Fix warning on incorrect printf type for unsigned int num_bytes
Fix bug in CTR PRNG reseed function to correctly use the seed material
Updates for building on Windows using MinGW-64