Merge remote-tracking branch 'upstream-public/pr/1064' into mbedtls-2.7-restricted-proposed
diff --git a/ChangeLog b/ChangeLog
index 024d564..f132721 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,7 @@
overflow. #1179
* Fix memory allocation corner cases in memory_buffer_alloc.c module. Found
by Guido Vranken. #639
+ * Log correct number of ciphersuites used in Client Hello message. #918
* Fix X509 CRT parsing that would potentially accept an invalid tag when
parsing the subject alternative names.
* Fix a possible arithmetic overflow in ssl_parse_server_key_exchange()