From a6f0957a424be1610f7364efde0d1356acb8395e Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Thu, 29 Mar 2018 08:45:57 -0400 Subject: [PATCH] Move changelog entry to bugfix from changes --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0d7f8f4cd..d71e2e1ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,8 @@ Bugfix Fixes #1299, #1475. * Fix dynamic library building process with Makefile on Mac OS X. Fixed by mnacamura. + * Return plaintext data sooner on unpadded decryption, as stated in + mbedtls_cipher_update documentation. Contributed by Andy Leiserson. #1180 Changes * Support cmake build where Mbed TLS is a subproject. Fix @@ -36,8 +38,6 @@ Changes * Provide an empty implementation of mbedtls_pkcs5_pbes2() when MBEDTLS_ASN1_PARSE_C is not enabled. This allows the use of PBKDF2 without PBES2. Fixed by Marcos Del Sol Vives. - * Return plaintext data sooner on unpadded decryption. Contributed by Andy - Leiserson. #1180 = mbed TLS 2.7.2 branch released 2018-03-16