From d481bacadbe99d4b551600fe6ece20667638b4c6 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Mon, 25 Mar 2024 00:04:32 -0600 Subject: Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4be4a27..6d13119 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,12 @@ LibreSSL Portable Release Notes: * Internal improvements - Cleaned up parts of the conf directory. Simplified some logic, fixed memory leaks. + - Simplified X509_check_trust() internals to be somewhat readable. + - Removed last internal uses of gmtime() and timegm() and replaced + them with BoringSSL's posix time conversion API. + - Removed unnecessary stat calls in by_dir. + - Split parsing and processing of TLS extensions to ensure that + extension callbacks are called in a predefined order. * Documentation improvements - Removed documentation of no longer existing API. * Testing and proactive security -- cgit v1.2.3-55-g6feb