mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 23:08:11 +00:00
Added missing credit to Changelog and format fixes
This commit is contained in:
parent
80697a0c11
commit
256da0f0d8
1 changed files with 3 additions and 2 deletions
|
@ -26,7 +26,8 @@ API Changes
|
||||||
* Reverted API/ABI breaking changes introduced in mbed TLS 2.5.1, to make the
|
* 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
|
API consistent with mbed TLS 2.5.0. Specifically removed the inline
|
||||||
qualifier from the functions mbedtls_aes_decrypt, mbedtls_aes_encrypt,
|
qualifier from the functions mbedtls_aes_decrypt, mbedtls_aes_encrypt,
|
||||||
mbedtls_ssl_ciphersuite_uses_ec and mbedtls_ssl_ciphersuite_uses_psk.
|
mbedtls_ssl_ciphersuite_uses_ec and mbedtls_ssl_ciphersuite_uses_psk. #978
|
||||||
|
Found by James Cowgill.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Add a check if iv_len is zero, and return an error if it is zero. reported
|
* Add a check if iv_len is zero, and return an error if it is zero. reported
|
||||||
|
@ -60,7 +61,7 @@ API changes
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Added config.h option MBEDTLS_NO_UDBL_DIVISION, to prevent the use of
|
* Added config.h option MBEDTLS_NO_UDBL_DIVISION, to prevent the use of
|
||||||
64-bit division.
|
64-bit division. #708
|
||||||
* Removed mutexes from ECP hardware accelerator code. Now all hardware
|
* Removed mutexes from ECP hardware accelerator code. Now all hardware
|
||||||
accelerator code in the library leaves concurrency handling to the
|
accelerator code in the library leaves concurrency handling to the
|
||||||
platform. Reported by Steven Cooreman. #863
|
platform. Reported by Steven Cooreman. #863
|
||||||
|
|
Loading…
Reference in a new issue