aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-01-21 09:21:26 -0700
committerTheo Buehler <tb@openbsd.org>2025-01-21 09:22:03 -0700
commit055b96d6317c040c9010df2ed914443851513e32 (patch)
tree8dba276adf2c4dc6d64ed6a5e7c708b8a2cfc3f0
parentd8830e43581a0cc7286a1f3d47df17d26ca38f9c (diff)
downloadportable-055b96d6317c040c9010df2ed914443851513e32.tar.gz
portable-055b96d6317c040c9010df2ed914443851513e32.tar.bz2
portable-055b96d6317c040c9010df2ed914443851513e32.zip
update ChangeLog
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9439c0..d9b7c1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -48,6 +48,7 @@ LibreSSL Portable Release Notes:
48 - The BIGNUMs in EC_GROUP and EC_POINT are now heap allocated. 48 - The BIGNUMs in EC_GROUP and EC_POINT are now heap allocated.
49 - Rewrote TS_ASN1_INTEGER_print_bio(). 49 - Rewrote TS_ASN1_INTEGER_print_bio().
50 - Improved bit counter handling in MD5. 50 - Improved bit counter handling in MD5.
51 - Simplified and cleaned up the BN_RECP_CTX internals.
51 * Compatibility changes 52 * Compatibility changes
52 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). 53 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto().
53 It has no effect since LibreSSL doesn't call atexit(). 54 It has no effect since LibreSSL doesn't call atexit().