commit | 240f185b7900ad4421ab52a63ae756e096b8d1d3 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Fri Oct 14 15:23:21 2016 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Fri Oct 14 15:23:21 2016 +0100 |
tree | fb6e6b287dea60431fba7526e866376476a7b8e3 | |
parent | 8e004104020dd4328434e8a207245b0327bbb9b1 [diff] [blame] |
Update ChangeLog for MBEDTLS_SELF_TEST fix
diff --git a/ChangeLog b/ChangeLog index 5f4774a..e98d46e 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -61,6 +61,7 @@ * 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.