1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-05-20 16:13:50 +03:00

Update Changelog

This commit is contained in:
Manuel Pégourié-Gonnard 2015-02-18 10:11:06 +00:00
parent ac08b543db
commit df4e44025d

View File

@ -24,6 +24,7 @@ Bugfix
* Fix warnings from mingw64 in timing.c (found by kxjklele).
* Fix potential unintended sign extension in asn1_get_len() on 64-bit
platforms.
* Fix potential memory leak in ssl_set_psk() (found by Mansour Moufid).
Changes
* Move from SHA-1 to SHA-256 in example programs using signatures