aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-02-26 04:18:23 -0700
committerTheo Buehler <tb@openbsd.org>2025-02-26 04:18:23 -0700
commit6abe6be6c688a519aa5c4271b79a528d62c0a81d (patch)
tree2b1f14b8342ca4e8b8a562de267181849dbbfbc0
parenta504575cb2aa8eb46ec77d4d6f7b0e189792e6f5 (diff)
downloadportable-6abe6be6c688a519aa5c4271b79a528d62c0a81d.tar.gz
portable-6abe6be6c688a519aa5c4271b79a528d62c0a81d.tar.bz2
portable-6abe6be6c688a519aa5c4271b79a528d62c0a81d.zip
Update ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 355c373..81bc7b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,6 +55,9 @@ LibreSSL Portable Release Notes:
55 - CRLs are now cached in the issuer cache like certificates. 55 - CRLs are now cached in the issuer cache like certificates.
56 - Replaced combinations of BN_MONT_CTX_new/set with an internal 56 - Replaced combinations of BN_MONT_CTX_new/set with an internal
57 BN_MONT_CTX_create(). 57 BN_MONT_CTX_create().
58 - Replaced BN_bn2hex() reimplementation in openssl(1) ca with
59 a poper API call.
60 - Fixed integer overflows due to signed shift in obj_dat.c.
58 * Compatibility changes 61 * Compatibility changes
59 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). 62 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto().
60 It has no effect since LibreSSL doesn't call atexit(). 63 It has no effect since LibreSSL doesn't call atexit().