From 55603ee268914ed8d8bdfe75d4f0b600809ea072 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sat, 3 Aug 2019 14:08:46 +0200 Subject: [PATCH] Changelog entry for test certificates update --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 37373a23c..45f6e8e87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -79,6 +79,8 @@ Bugfix This previously limited the maximum size of DER encoded certificates in mbedtls_x509write_crt_der() to 2Kb. Reported by soccerGB in #2631. * Fix partial zeroing in x509_get_other_name. Found and fixed by ekse, #2716. + * Update test certificates that were about to expire. Reported by + Bernhard M. Wiedemann in #2357. API Changes * Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,