From 1912261290c90bb2f7895986e7ac4d12e8226202 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 26 Jan 2025 13:47:50 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index f1f4ecbde2..5ab671c337 100644 --- a/ChangeLog +++ b/ChangeLog @@ -51,6 +51,7 @@ LibreSSL Portable Release Notes: - Improved bit counter handling in MD5. - Simplified and cleaned up the BN_RECP_CTX internals. - Improved SM4 to match other symmetric ciphers more closely. + - Rewrote X509_NAME_oneline() and X509_NAME_print() using CBS/CBB. * Compatibility changes - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). It has no effect since LibreSSL doesn't call atexit().