From 00c220123d44bc41ce106bed2f0821d014d21682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 13 Feb 2015 15:14:10 +0000 Subject: [PATCH] Update Changelog for portability improvements --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 21cd6fdb8..5d44eb118 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ mbed TLS ChangeLog (Sorted per branch, date) Security Features + * Add support for overriding snprintf() (except on Windows) and exit() in + the platform layer. + * Add an option to use macros instead of function pointers in the platform + layer (helps get rid of unwanted references). Bugfix * Fix hardclock() (only used in the benchmarking program) with some @@ -21,6 +25,7 @@ Changes * Building with 'make' on windows now requires Unix utilities in the PATH as well as a Unix shell. This enables more features such as the 'check' target. + * Remove dependency on sscanf() in X.509 parsing modules. = mbed TLS 1.3.10 released 2015-02-09 Security