aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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