mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 20:31:09 +00:00
Add ChangeLog entry
This commit is contained in:
parent
cc019084b8
commit
88647ace2b
|
@ -3,6 +3,11 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
= mbed TLS 2.1.x branch released xxxx-xx-xx
|
= mbed TLS 2.1.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
Security
|
Security
|
||||||
|
* Fixed unlimited overread of heap-based buffer in mbedtls_ssl_read().
|
||||||
|
The issue could only happen client-side with renegotiation enabled.
|
||||||
|
Could result in DoS (application crash) or information leak
|
||||||
|
(if the application layer sent data read from mbedtls_ssl_read()
|
||||||
|
back to the server or to a third party). Can be triggered remotely.
|
||||||
* Add exponent blinding to RSA private operations as a countermeasure
|
* Add exponent blinding to RSA private operations as a countermeasure
|
||||||
against side-channel attacks like the cache attack described in
|
against side-channel attacks like the cache attack described in
|
||||||
https://arxiv.org/abs/1702.08719v2.
|
https://arxiv.org/abs/1702.08719v2.
|
||||||
|
|
Loading…
Reference in a new issue