From 015ca8c41fd31d15ed7565d594822fc9f6069f46 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Mon, 6 Jan 2025 08:52:54 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index a80e25fc4e..7156c8e90d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -45,6 +45,7 @@ LibreSSL Portable Release Notes: These make use of the SHA-NI instruction if it is available and replace the perl-generated assembly optimized for museum pieces. - Rewrote BN_bn2binpad() and its lebin siblings. + - The BIGNUMs in EC_GROUP and EC_POINT are now heap allocated. * Compatibility changes - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). It has no effect since LibreSSL doesn't call atexit().