From a7a8332402c9d894c26cf4f4c47f72b0d6f29642 Mon Sep 17 00:00:00 2001 From: Krzysztof Stachowiak Date: Wed, 14 Mar 2018 11:33:28 +0100 Subject: [PATCH] Update change log --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index ed7818e30..33f2f8652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -446,6 +446,10 @@ Changes = mbed TLS 2.1.0 released 2015-09-04 +Security + * Fix a buffer overread in ssl_parse_server_psk_hint() that could cause a + crash on invalid input. + Features * Added support for yotta as a build system. * Primary open source license changed to Apache 2.0 license. @@ -481,6 +485,8 @@ Bugfix * Fix unused function warning when using MBEDTLS_MDx_ALT or MBEDTLS_SHAxxx_ALT (found by Henrik) (#239) * Fix memory corruption in pkey programs (found by yankuncheng) (#210) + * Fix a possible arithmetic overflow in ssl_parse_server_psk_hint() that + could cause a key exchange to fail on valid data. Changes * The PEM parser now accepts a trailing space at end of lines (#226).