From a826268f431deb11179183b08408302cc3c92da5 Mon Sep 17 00:00:00 2001
From: Theo Buehler <tb@openbsd.org>
Date: Tue, 9 Apr 2024 01:12:57 -0600
Subject: Update ChangeLog

---
 ChangeLog | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index c67eefa..b0b0b32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,10 @@ LibreSSL Portable Release Notes:
 	    architectures.
 	  - Merged most multi-file implementations of ciphers into one or two
 	    C files.
+	  - Removed the cache of certificate validity. This was added for
+	    performance reasons which no longer apply since BoringSSL's time
+	    conversion API isn't slow. Also, a recently added error check led
+	    to obscure, undesirable validation failures.
 	* Documentation improvements
 	  - Removed documentation of no longer existing API.
 	* Testing and proactive security
@@ -54,6 +58,8 @@ LibreSSL Portable Release Notes:
 	* Compatibility changes
 	  - Removed workaround for F5 middle boxes.
 	* Bug fixes
+	  - Made ASN1_TIME_set_string() and ASN1_TIME_set_string_X509() match
+	    their documentation and always set an RFC 5280 conformant time.
 	  - Improved standards compliance for supported groups and key shares
 	    extensions
 		- Duplicate key shares are disallowed
-- 
cgit v1.2.3-55-g6feb