aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-10-22 19:41:30 -0600
committerTheo Buehler <tb@openbsd.org>2024-10-22 19:41:30 -0600
commitb91394493ce17310d3b7e60904c60b3852d3a808 (patch)
tree39c69319355f91b85bdff83e3003834ca39a6358
parent202386e26064972a583858f37520b9a80329ee57 (diff)
downloadportable-b91394493ce17310d3b7e60904c60b3852d3a808.tar.gz
portable-b91394493ce17310d3b7e60904c60b3852d3a808.tar.bz2
portable-b91394493ce17310d3b7e60904c60b3852d3a808.zip
Update ChangeLog
Diffstat (limited to '')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5785858..2263ea0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,7 @@ LibreSSL Portable Release Notes:
35 * Internal improvements 35 * Internal improvements
36 - Cleaned up the error implementation. 36 - Cleaned up the error implementation.
37 - Many bug fixes and simplifications in the EC ASN.1 code. 37 - Many bug fixes and simplifications in the EC ASN.1 code.
38 - Polished EC_POINT_{oct2point,point2oct}() internals
38 - Reworked CPU capabilities detection. 39 - Reworked CPU capabilities detection.
39 * Compatibility changes 40 * Compatibility changes
40 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). 41 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto().