aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-01-06 08:52:54 -0700
committerTheo Buehler <tb@openbsd.org>2025-01-06 08:52:54 -0700
commit015ca8c41fd31d15ed7565d594822fc9f6069f46 (patch)
treef8facc8099b803faf93696353f88daa2af318dd4
parent27f16a6d174fdaefc0202c99690c9eef44229b99 (diff)
downloadportable-015ca8c41fd31d15ed7565d594822fc9f6069f46.tar.gz
portable-015ca8c41fd31d15ed7565d594822fc9f6069f46.tar.bz2
portable-015ca8c41fd31d15ed7565d594822fc9f6069f46.zip
Update ChangeLog
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a80e25f..7156c8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,7 @@ LibreSSL Portable Release Notes:
45 These make use of the SHA-NI instruction if it is available and 45 These make use of the SHA-NI instruction if it is available and
46 replace the perl-generated assembly optimized for museum pieces. 46 replace the perl-generated assembly optimized for museum pieces.
47 - Rewrote BN_bn2binpad() and its lebin siblings. 47 - Rewrote BN_bn2binpad() and its lebin siblings.
48 - The BIGNUMs in EC_GROUP and EC_POINT are now heap allocated.
48 * Compatibility changes 49 * Compatibility changes
49 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). 50 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto().
50 It has no effect since LibreSSL doesn't call atexit(). 51 It has no effect since LibreSSL doesn't call atexit().