From 240f185b7900ad4421ab52a63ae756e096b8d1d3 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Fri, 14 Oct 2016 15:23:21 +0100 Subject: [PATCH] Update ChangeLog for MBEDTLS_SELF_TEST fix --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 5f4774a5d..e98d46ee6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -61,6 +61,7 @@ Bugfix * Fix compatibility issue with Internet Explorer client authentication, where the limited hash choices prevented the client from sending its certificate. Found by teumas. #513 + * Fix compilation without MBEDTLS_SELF_TEST enabled. Changes * Extended test coverage of special cases, and added new timing test suite.