Fix potential signedness issue

This commit is contained in:
Manuel Pégourié-Gonnard 2015-02-13 17:15:18 +00:00
parent 6ca4076468
commit 6fdc4cae53
2 changed files with 7 additions and 4 deletions

View file

@ -14,6 +14,8 @@ Bugfix
* Fix hardclock() (only used in the benchmarking program) with some
versions of mingw64 (found by kxjhlele).
* Fix warnings from mingw64 in timing.c (found by kxjklele).
* Fix potential unintended sign extension in asn1_get_len() on 64-bit
platforms.
Changes
* Move from SHA-1 to SHA-256 in example programs using signatures