diff options
author | Theo Buehler <tb@openbsd.org> | 2025-01-26 13:47:50 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2025-02-03 14:44:04 -0700 |
commit | 1912261290c90bb2f7895986e7ac4d12e8226202 (patch) | |
tree | ea87ee8574f3c461e1d9c2072f89ff67ab7c548b | |
parent | 7e7df6a1ab74e29594358aed9ac5f149cd284213 (diff) | |
download | portable-1912261290c90bb2f7895986e7ac4d12e8226202.tar.gz portable-1912261290c90bb2f7895986e7ac4d12e8226202.tar.bz2 portable-1912261290c90bb2f7895986e7ac4d12e8226202.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ LibreSSL Portable Release Notes: | |||
51 | - Improved bit counter handling in MD5. | 51 | - Improved bit counter handling in MD5. |
52 | - Simplified and cleaned up the BN_RECP_CTX internals. | 52 | - Simplified and cleaned up the BN_RECP_CTX internals. |
53 | - Improved SM4 to match other symmetric ciphers more closely. | 53 | - Improved SM4 to match other symmetric ciphers more closely. |
54 | - Rewrote X509_NAME_oneline() and X509_NAME_print() using CBS/CBB. | ||
54 | * Compatibility changes | 55 | * Compatibility changes |
55 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). | 56 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). |
56 | It has no effect since LibreSSL doesn't call atexit(). | 57 | It has no effect since LibreSSL doesn't call atexit(). |