From 746944b43576b8ea3773ffeb0b554b8b0964cf75 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Wed, 15 Nov 2023 15:27:32 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index e3d5090ead..814131bfba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,9 @@ LibreSSL Portable Release Notes: - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and potentially incorrect encodings. - Fixed potential double free in X509v3_asid_add_id_or_range(). + - Stopped using ASN1_time_parse() outside of libcrypto. + - Prepared OPENSSL_gmtime() and OPENSSL_timegm() as public API + wrappers of internal functions compatible with BoringSSL API. 3.8.2 - Stable release