From 59bffa2df06cadb673b046d5738693f4b0f45cc9 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Thu, 13 Oct 2016 15:55:56 +0100 Subject: [PATCH] Update Changelog for X.509 unrecognised field fix --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 87768ff1a..c242d1f27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -61,6 +61,8 @@ Changes naming collision in projects which also have files with the common name net.c. For consistency, the corresponding header file, net.h, is marked as deprecated, and its contents moved to net_sockets.h. + * Changed the strategy for X.509 certificate parsing and validation, to no + longer disregard certificates with unrecognised fields. = mbed TLS 2.3.0 branch released 2016-06-28