From 7d0306022886a6b6a8277319464637ec2e22dfa6 Mon Sep 17 00:00:00 2001 From: Andres Amaya Garcia Date: Fri, 25 Aug 2017 17:17:34 +0100 Subject: [PATCH] Add ChangeLog entry --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 36696e6fd..7840da0f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -74,6 +74,8 @@ Bugfix Found by nkolban. Fixes #845. * Fix handling of handshake messages in mbedtls_ssl_read in case MBEDTLS_SSL_RENEGOTIATION is disabled. Found by erja-gp. + * Fix X509 CRT parsing that would potentially accept an invalid tag when + parsing the subject alternative names. Changes * Extend cert_write example program by options to set the CRT version