aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-01-22 09:47:09 -0700
committerTheo Buehler <tb@openbsd.org>2025-01-22 09:47:09 -0700
commit49aacfca015ccfc767dd4dbfe38cf7e88a354391 (patch)
treee52269e6c8ff0527c2ebcdaecc26ab52f5d2840a
parent055b96d6317c040c9010df2ed914443851513e32 (diff)
downloadportable-49aacfca015ccfc767dd4dbfe38cf7e88a354391.tar.gz
portable-49aacfca015ccfc767dd4dbfe38cf7e88a354391.tar.bz2
portable-49aacfca015ccfc767dd4dbfe38cf7e88a354391.zip
Update ChangeLog
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9b7c1b..13fa7d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,7 @@ LibreSSL Portable Release Notes:
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 - Simplified and cleaned up the BN_RECP_CTX internals.
52 - Improved SM4 to match other symmetric ciphers more closely.
52 * Compatibility changes 53 * Compatibility changes
53 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). 54 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto().
54 It has no effect since LibreSSL doesn't call atexit(). 55 It has no effect since LibreSSL doesn't call atexit().