commit | 8eda5ec8b4025efe1f6e28cbd2a2d18047d259f4 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Sun Mar 11 00:21:32 2018 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Sun Mar 11 00:48:18 2018 +0100 |
tree | f680d96101b3505f40c45fd6e3a7a538b84d316a | |
parent | 4848b97bc7c01434f6d96a6008e7fd4429508792 [diff] [blame] | |
parent | 0ee482c82c11b299b7dbaa4c774de7d6d44266f5 [diff] [blame] |
Merge branch 'pr_1408' into mbedtls-2.7-proposed
diff --git a/ChangeLog b/ChangeLog index 10099ed..0ecf557 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -10,6 +10,8 @@ * Fix compilation error on Mingw32 when _TRUNCATE is defined. Use _TRUNCATE only if __MINGW32__ not defined. Fix suggested by Thomas Glanzmann and Nick Wilson on issue #355 + * In test_suite_pk, pass valid parameters when testing for hash length + overflow. #1179 Changes * Clarify the documentation of mbedtls_ssl_setup.