diff options
author | Theo Buehler <tb@openbsd.org> | 2024-11-24 09:18:24 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-11-24 09:18:24 -0700 |
commit | a6d8cddefe8949a71bae391f9ec31f56f3df7841 (patch) | |
tree | 0e54e1c33618c44d76beb3d7f512732e840c47a5 | |
parent | d58e3559c224e9ca94d337a1ff465ea190691f69 (diff) | |
download | portable-a6d8cddefe8949a71bae391f9ec31f56f3df7841.tar.gz portable-a6d8cddefe8949a71bae391f9ec31f56f3df7841.tar.bz2 portable-a6d8cddefe8949a71bae391f9ec31f56f3df7841.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ LibreSSL Portable Release Notes: | |||
48 | It has no effect since LibreSSL doesn't call atexit(). | 48 | It has no effect since LibreSSL doesn't call atexit(). |
49 | - Elliptic curve parameters are only accepted if they encode a | 49 | - Elliptic curve parameters are only accepted if they encode a |
50 | built-in curve. | 50 | built-in curve. |
51 | - All elliptic curves over fields with less than 224 bits and a | ||
52 | few more were removed from the built-in curves. This includes | ||
53 | all WTLS curves and P-192. | ||
51 | * Bug fixes | 54 | * Bug fixes |
52 | - Plugged a leak in eckey_compute_pubkey(). | 55 | - Plugged a leak in eckey_compute_pubkey(). |
53 | * Testing and proactive security | 56 | * Testing and proactive security |