From c923880fb9c08a7a92e30f9fc836a85da0e848ad Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 1 Oct 2023 17:24:14 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8debff4..33ef8cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -49,6 +49,9 @@ LibreSSL Portable Release Notes: - Further cleanup and refactoring in the EC code. - Allow IP addresses to be specified in a URI. * Security fixes + - Fixed a copy-paste error in ASN1_TIME_compare() that could lead + to two UTCTimes or two GeneralizedTimes incorrectly being compared + as equal. Reported by Duncan Thomson. 3.8.1 - Development release