commit | 3df98f50a9954a0b70e8f44d776cc0dc30754d08 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Wed May 10 17:47:40 2017 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Wed May 10 17:47:40 2017 +0200 |
tree | c814be5e5dd0c37143fbd1bb109f3ef5214ddb43 | |
parent | 92e4426169ccba07b8ea34f36084ad3820813a73 [diff] [blame] |
Changelog entry for the bug fixes
diff --git a/ChangeLog b/ChangeLog index dd571f9..f4898d0 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -2,6 +2,12 @@ = 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.