Move changelog entry to bugfix from changes

This commit is contained in:
Andrzej Kurek 2018-03-29 08:45:57 -04:00
parent a24adde168
commit a6f0957a42

View file

@ -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