From d3475498e557c1a481924a12ed9488bf5fb1e0a2 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 3 Aug 2018 09:53:48 +0100 Subject: [PATCH] Adapt ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3e144a7af..3b8ab592c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,9 @@ Bugfix * Add ecc extensions only if an ecc based ciphersuite is used. This improves compliance to RFC 4492, and as a result, solves interoperability issues with BouncyCastle. Raised by milenamil in #1157. + * Fix a miscalculation of the maximum record expansion in + mbedtls_ssl_get_record_expansion() in case of CBC ciphersuites + in (D)TLS versions 1.1 or higher. Fixes #1914. = mbed TLS 2.1.14 branch released 2018-07-25