1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-21 16:05:46 +08:00

Update Changelog

This commit is contained in:
Manuel Pégourié-Gonnard 2015-01-19 17:16:54 +00:00 committed by Paul Bakker
parent d1e7e8ba05
commit 9d7fc16dbf

View File

@ -49,6 +49,7 @@ Bugfix
multiple of 8 (found by Gergely Budai).
* Fix unchecked return code in x509_crt_parse_path() on Windows (found by
Peter Vaskovic).
* Fix assembly selection for MIPS64 (thanks to James Cowgill).
Changes
* Use deterministic nonces for AEAD ciphers in TLS by default (possible to