From 8813c03cb0c7b5c6393cde4b22371659c85efb1e Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Tue, 14 Aug 2018 16:38:12 +0100 Subject: [PATCH] Add ChangeLog entry Signed-off-by: Dave Rodgman --- ChangeLog.d/alert_reentrant.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/alert_reentrant.txt diff --git a/ChangeLog.d/alert_reentrant.txt b/ChangeLog.d/alert_reentrant.txt new file mode 100644 index 0000000000..2d1dc602e3 --- /dev/null +++ b/ChangeLog.d/alert_reentrant.txt @@ -0,0 +1,5 @@ +Bugfix + * Fix bug in the alert sending function mbedtls_ssl_send_alert_message() + potentially leading to corrupted alert messages being sent in case + the function needs to be re-called after initially returning + MBEDTLS_SSL_WANT_WRITE.