From 79f2e87f0cdb0083ebd2865d0f8d166254f1b6a0 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Mon, 10 Oct 2016 23:48:11 +0100 Subject: [PATCH] Update Changelog for fix #559 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index d2af47420..61603c7d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,9 @@ Bugfix * Fix for key exchanges based on ECDH-RSA or ECDH-ECDSA which weren't enabled unless others were also present. Found by David Fernandez. #428 * Fixed configuration of debug output in cert_app sample program. + * Fixed the sample applications gen_key.c, cert_req.c and cert_write.c for + builds where the configuration POLARSSL_PEM_WRITE_C is not defined. Found + by inestlerode. #559. = mbed TLS 1.3.17 branch 2016-06-28