aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-11-02 07:03:33 -0600
committerTheo Buehler <tb@openbsd.org>2024-11-02 07:03:33 -0600
commitc46bc4cf868fbe3d17a4d5d73d15a5b35b0ff026 (patch)
treed9758d408d1ca5494347cd1182bf5682676b8525 /ChangeLog
parentb478250379a0627ad8914c765307260fb97e6bec (diff)
downloadportable-c46bc4cf868fbe3d17a4d5d73d15a5b35b0ff026.tar.gz
portable-c46bc4cf868fbe3d17a4d5d73d15a5b35b0ff026.tar.bz2
portable-c46bc4cf868fbe3d17a4d5d73d15a5b35b0ff026.zip
Update ChangeLog
Diffstat (limited to '')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7285f57..ba36c91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,12 +39,14 @@ LibreSSL Portable Release Notes:
39 - Corrected DER encoding for EC keys and parameters. 39 - Corrected DER encoding for EC keys and parameters.
40 - Polished EC_POINT_{oct2point,point2oct}() internals. 40 - Polished EC_POINT_{oct2point,point2oct}() internals.
41 - Reworked CPU capabilities detection. 41 - Reworked CPU capabilities detection.
42 - Plugged a leak in eckey_compute_pubkey(). 42 - Improved the code setting EC points via compressed coordinates.
43 * Compatibility changes 43 * Compatibility changes
44 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). 44 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto().
45 It has no effect since LibreSSL doesn't call atexit(). 45 It has no effect since LibreSSL doesn't call atexit().
46 - Elliptic curve parameters are only accepted if they encode a 46 - Elliptic curve parameters are only accepted if they encode a
47 built-in curve. 47 built-in curve.
48 * Bug fixes
49 - Plugged a leak in eckey_compute_pubkey().
48 50
494.0.0 - Stable release 514.0.0 - Stable release
50 52