From 6abe6be6c688a519aa5c4271b79a528d62c0a81d Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Wed, 26 Feb 2025 04:18:23 -0700 Subject: Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 355c373..81bc7b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -55,6 +55,9 @@ LibreSSL Portable Release Notes: - 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(). + - Replaced BN_bn2hex() reimplementation in openssl(1) ca with + a poper API call. + - Fixed integer overflows due to signed shift in obj_dat.c. * 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