From d2a5af6464dd91856d6dd427e59c61994ba64019 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 18 Oct 2024 13:40:30 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index b3728fcab8..5785858afb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,8 @@ LibreSSL Portable Release Notes: * Compatibility changes - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). It has no effect since LibreSSL doesn't call atexit(). + - Elliptic curve parameters are only accepted if they encode a + builtin curve. 4.0.0 - Stable release