commit | d49ab3ee60290b00f952e9d1aca364385c0d6e78 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Mar 21 17:03:44 2018 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Mar 21 17:03:44 2018 +0100 |
tree | 2e75ce2665c27f30fd3769b82d88eafaa8ac2d3b | |
parent | e61514d70d3987fa750c3e3a63d7e19c6444d2b6 [diff] [blame] |
Add ChangeLog entry. Fixes #1353
diff --git a/ChangeLog b/ChangeLog index 68fb6f5..b88048d 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -35,6 +35,8 @@ In the context of SSL, this resulted in handshake failure. Reported by daniel in the Mbed TLS forum. #1351 * Fix Windows x64 builds with the included mbedTLS.sln file. #1347 + * Fix C89 incompatibility in benchmark.c. Contributed by Brendan Shanks. + #1353 Changes * Fix tag lengths and value ranges in the documentation of CCM encryption.