Update Changelog for API/ABI fixes to revert interface

This commit is contained in:
Simon Butcher 2017-07-20 12:33:41 +02:00
parent 2de930fdec
commit ab67043178

View file

@ -2,6 +2,12 @@ mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS x.x.x branch released xxxx-xx-xx
API Changes
* Reverted API/ABI breaking changes introduced in mbed TLS 2.5.1, to make the
API consistent with mbed TLS 2.5.0. Specifically removed the inline
qualifier from the functions mbedtls_aes_decrypt, mbedtls_aes_encrypt,
mbedtls_ssl_ciphersuite_uses_ec and mbedtls_ssl_ciphersuite_uses_psk.
Bugfix
* Add a check if iv_len is zero, and return an error if it is zero. reported
by roberto. #716