aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-10-29 00:51:41 -0600
committerTheo Buehler <tb@openbsd.org>2024-10-29 00:51:41 -0600
commitf9df014f5991e243d28ab903e403d0d68aaeb3c6 (patch)
tree061b779c0fde4a8e2852065d689c8d1491607674
parentd219952fac6cd6aac20fa3c2c07573f4aa136fd1 (diff)
downloadportable-f9df014f5991e243d28ab903e403d0d68aaeb3c6.tar.gz
portable-f9df014f5991e243d28ab903e403d0d68aaeb3c6.tar.bz2
portable-f9df014f5991e243d28ab903e403d0d68aaeb3c6.zip
Update ChangeLog
Diffstat (limited to '')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 014bbe8..ba3a445 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,7 @@ LibreSSL Portable Release Notes:
38 - Corrected DER encoding for EC keys and parameters. 38 - Corrected DER encoding for EC keys and parameters.
39 - Polished EC_POINT_{oct2point,point2oct}() internals. 39 - Polished EC_POINT_{oct2point,point2oct}() internals.
40 - Reworked CPU capabilities detection. 40 - Reworked CPU capabilities detection.
41 - Plugged a leak in eckey_compute_pubkey().
41 * Compatibility changes 42 * Compatibility changes
42 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). 43 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto().
43 It has no effect since LibreSSL doesn't call atexit(). 44 It has no effect since LibreSSL doesn't call atexit().