From 90624c3b5e720d7185b68d225cd83da5cd7bafd7 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 13 Feb 2025 16:11:59 -0700 Subject: Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index ee39211..355c373 100644 --- a/ChangeLog +++ b/ChangeLog @@ -53,6 +53,8 @@ LibreSSL Portable Release Notes: - Improved SM4 to match other symmetric ciphers more closely. - Rewrote X509_NAME_oneline() and X509_NAME_print() using CBS/CBB. - CRLs are now cached in the issuer cache like certificates. + - Replaced combinations of BN_MONT_CTX_new/set with an internal + BN_MONT_CTX_create(). * Compatibility changes - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). It has no effect since LibreSSL doesn't call atexit(). -- cgit v1.2.3-55-g6feb