From 77d779e8bb3a1c1cc9e31f61408b143779bc947b Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Mon, 26 Sep 2016 20:48:56 +0100 Subject: [PATCH] Update for ChangeLog for fixes for cert_app --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index e74640dc7..be3d97533 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,8 @@ Bugfix enabled unless others were also present. Found by David Fernandez. #428 * Fix for out-of-tree builds using CMake. Found by jwurzer, and fix based on a contribution from Tobias Tangemann. #541 + * Fixed cert_app sample program for debug output and for use when no root + certificates are provided. * Fix mbedtls_x509_get_sig() to update the ASN1 type in the mbedtls_x509_buf data structure until after error checks are successful. Found by subramanyam-c.