X509: Fix bug triggered by future CA among trusted
Fix an issue that caused valid certificates being rejected whenever an
expired or not yet valid version of the trusted certificate was before the
valid version in the trusted certificate list.
diff --git a/ChangeLog b/ChangeLog
index 3b7c3ab..9c23c41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
mbed TLS ChangeLog (Sorted per branch, date)
+= mbed TLS 1.3.x
+
+Bugfix
+ * Fix an issue that caused valid certificates being rejected whenever an
+ expired or not yet valid version of the trusted certificate was before the
+ valid version in the trusted certificate list.
+
= mbed TLS 1.3.17 branch 2016-06-28
Security