diff options
author | Theo Buehler <tb@openbsd.org> | 2025-04-18 08:05:28 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2025-04-18 08:05:46 +0200 |
commit | 7be98b5cfe42eec03758ad1c97b267182098674f (patch) | |
tree | eaf12ce86202f3c9261097c834605455c04423d5 | |
parent | 5d119ff7121493e25129c86a356fe2e78f20d9a9 (diff) | |
download | portable-7be98b5cfe42eec03758ad1c97b267182098674f.tar.gz portable-7be98b5cfe42eec03758ad1c97b267182098674f.tar.bz2 portable-7be98b5cfe42eec03758ad1c97b267182098674f.zip |
Tweak ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||