mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-03 13:15:42 +01:00
Fix potential signedness issue
This commit is contained in:
parent
6ca4076468
commit
6fdc4cae53
2 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue