From 10345fbe2a67e31bc7ab0c714a3e8f1c317076e1 Mon Sep 17 00:00:00 2001 From: Andres Amaya Garcia Date: Mon, 31 Jul 2017 16:45:44 +0100 Subject: [PATCH] Add ChangeLog entry --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 98776ec65..e431d8de2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ Bugfix * Fix memory leak in ssl_set_hostname() when called multiple times. Found by projectgus and jethrogb, #836. * Fix usage help in ssl_server2 example. Found and fixed by Bei Lin. + * Fix Visual Studio implicit cast compilation warnings in the net.c and + x509.c modules and some sample applications. = mbed TLS 1.3.21 branch released 2017-08-10