From b0eedb4017c8195fba8c58440ef310a697071638 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Thu, 3 Aug 2023 13:29:22 +0100 Subject: [PATCH] Update Changelog to cover certificate updates Signed-off-by: Dave Rodgman --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 67b72fc66..c977a6815 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,10 @@ Bugfix * Fix a compilation error on some platforms when including mbedtls/ssl.h with all TLS support disabled. Fixes #6628. +Changes + * Update test data to avoid failures of unit tests after 2023-08-07, and + update expiring certififcates in the certs module. + = Mbed TLS 2.28.3 branch released 2023-03-28 Features