From 3ca1bcc7e55c18b1559f426688b1b3be36fe67f6 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 30 Sep 2019 17:20:23 +0200 Subject: [PATCH] Add ChangeLog entry for #2663 --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 07880b2e36..2fd73455ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ Bugfix * Fix an unchecked call to mbedtls_md() in the x509write module. * Fix build failure with MBEDTLS_ZLIB_SUPPORT enabled. Reported by Jack Lloyd in #2859. Fix submitted by jiblime in #2963. + * Fix some false-positive uninitialized variable warnings. Fix contributed + by apple-ihack-geek in #2663. = mbed TLS 2.20.0 branch released 2020-01-15 @@ -86,8 +88,6 @@ Bugfix * mbedtls_ctr_drbg_set_entropy_len() and mbedtls_hmac_drbg_set_entropy_len() now work if you call them before mbedtls_ctr_drbg_seed() or mbedtls_hmac_drbg_seed(). - * Fix some false-positive uninitialized variable warnings. Fix contributed - by apple-ihack-geek in #2663. Changes * Remove the technical possibility to define custom mbedtls_md_info @@ -119,6 +119,10 @@ API Changes mbedtls_ssl_export_keys_ext_t, so that the key exporter is discouraged from modifying the client/server hello. +Bugfix + * Fix some false-positive uninitialized variable warnings. Fix + contributed by apple-ihack-geek in #2663. + = mbed TLS 2.19.0 branch released 2019-09-06 Security