commit | 9ff0f052b38d823393f24bebfe91207b4e2a31d6 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Mar 21 17:03:44 2018 +0100 |
committer | Jaeden Amero <jaeden.amero@arm.com> | Mon Mar 26 18:29:52 2018 +0100 |
tree | 567e8b211ef3ff9108819e0d54f4a3046e9467e8 | |
parent | 968cda12f3195c74cf5628aa2151439c60dd0896 [diff] |
Add ChangeLog entry. Fixes #1353
diff --git a/ChangeLog b/ChangeLog index a25a799..efa0166 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -73,6 +73,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.