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.