From 3df98f50a9954a0b70e8f44d776cc0dc30754d08 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 10 May 2017 17:47:40 +0200 Subject: [PATCH] Changelog entry for the bug fixes --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index dd571f95d..f4898d04c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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.