From d502ec96ed7ced5b2bd908966ca02db7c4850541 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 7 Jan 2025 13:30:39 -0700 Subject: [PATCH] Update Changelog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 7156c8e90d..9a87ce5fb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -46,6 +46,7 @@ LibreSSL Portable Release Notes: 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. + - Rewrote TS_ASN1_INTEGER_print_bio(). * Compatibility changes - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). It has no effect since LibreSSL doesn't call atexit().