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