mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 02:31:10 +00:00
Add changelog entry for the unchecked mbedtls_md call
This commit is contained in:
parent
140f50206e
commit
c0213a91ab
|
@ -65,6 +65,11 @@ Changes
|
|||
|
||||
= mbed TLS 2.16.x branch released xxxx-xx-xx
|
||||
|
||||
Bugfix
|
||||
* Fix an unchecked call to mbedtls_md() in the x509write module.
|
||||
|
||||
= mbed TLS 2.16.4 branch released 2020-01-15
|
||||
|
||||
Security
|
||||
* Fix side channel vulnerability in ECDSA. Our bignum implementation is not
|
||||
constant time/constant trace, so side channel attacks can retrieve the
|
||||
|
|
Loading…
Reference in a new issue