mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 21:15:37 +01:00
Add ChangeLog entry for unchecked calls fix
This commit is contained in:
parent
88c2d227e4
commit
8df1bee06f
@ -10,6 +10,10 @@ Bugfix
|
|||||||
when GCM is used. #441
|
when GCM is used. #441
|
||||||
* Fix for key exchanges based on ECDH-RSA or ECDH-ECDSA which weren't
|
* Fix for key exchanges based on ECDH-RSA or ECDH-ECDSA which weren't
|
||||||
enabled unless others were also present. Found by David Fernandez. #428
|
enabled unless others were also present. Found by David Fernandez. #428
|
||||||
|
* Fix missing return code check after call to mbedtls_md_setup() that could
|
||||||
|
result in usage of invalid md_ctx in mbedtls_rsa_rsaes_oaep_encrypt(),
|
||||||
|
mbedtls_rsa_rsaes_oaep_decrypt(), mbedtls_rsa_rsassa_pss_sign() and
|
||||||
|
mbedtls_rsa_rsassa_pss_verify_ext(). Fixed by Brian J. Murray.
|
||||||
|
|
||||||
= mbed TLS 2.1.5 branch released 2016-06-28
|
= mbed TLS 2.1.5 branch released 2016-06-28
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user