mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 10:35:35 +00:00
Move changelog entry to bugfix from changes
This commit is contained in:
parent
a24adde168
commit
a6f0957a42
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue