From b2beb84be6837ab88a94b6ac5f54eb8a17e3349e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 1 Sep 2015 19:37:32 +0200 Subject: [PATCH] Changelog entry fro the previous commit --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index e318bcb65..a997b8871 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,9 @@ Changes * It is now possible to #include a user-provided configuration file at the end of the default config.h by defining MBEDTLS_USER_CONFIG_FILE on the compiler's command line. + * When verifying a certificate chain, if an intermediate certificate is + trusted, no later cert is checked. (suggested by hannes-landeholm) + (#220). = mbed TLS 2.0.0 released 2015-07-13