aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 52aa44d..a5bf928 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,7 +65,6 @@ LibreSSL Portable Release Notes:
65 - Replaced BN_bn2hex() reimplementation in openssl(1) ca with 65 - Replaced BN_bn2hex() reimplementation in openssl(1) ca with
66 a poper API call. 66 a poper API call.
67 - Fixed integer overflows due to signed shift in obj_dat.c. 67 - Fixed integer overflows due to signed shift in obj_dat.c.
68 - Fixed a few memory leaks in legacy code.
69 - Improved some X509_VERIFY_PARAM internals and avoid an out of 68 - Improved some X509_VERIFY_PARAM internals and avoid an out of
70 bounds read from public API. 69 bounds read from public API.
71 - Imported ML-KEM 768 and 1024 from BoringSSL (not yet public API). 70 - Imported ML-KEM 768 and 1024 from BoringSSL (not yet public API).
@@ -103,9 +102,10 @@ LibreSSL Portable Release Notes:
103 - Plugged a leak in eckey_compute_pubkey(). 102 - Plugged a leak in eckey_compute_pubkey().
104 - Again allow the magic values -1, -2 and -3 for the salt length 103 - Again allow the magic values -1, -2 and -3 for the salt length
105 of an RSA-PSS key in the EVP_PKEY_CTX_ctrl_str() interface. 104 of an RSA-PSS key in the EVP_PKEY_CTX_ctrl_str() interface.
105 - Fixed a few memory leaks in legacy code.
106 * Documentation 106 * Documentation
107 - The remaining undocumented public EVP API is now documented. 107 - The remaining undocumented public EVP API is now documented.
108 Reorganization of existing documentation for clarity and accuracy. 108 - Reorganization of existing documentation for clarity and accuracy.
109 * Testing and proactive security 109 * Testing and proactive security
110 - Improved regress coverage of the EC code. 110 - Improved regress coverage of the EC code.
111 111