Changelog entry for the bug fixes

This commit is contained in:
Gilles Peskine 2017-05-10 17:47:40 +02:00
parent 92e4426169
commit 3df98f50a9

View file

@ -2,6 +2,12 @@ mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS 2.x.x branch released xxxx-xx-xx
Bugfix
* If sending a fatal alert fails, make sure not to hide the error
that triggered the alert.
* In SSLv3, if refusing a renegotiation attempt, don't process any further
data.
Changes
* Send fatal alerts in many more cases instead of dropping the connection.