From a6d8cddefe8949a71bae391f9ec31f56f3df7841 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 24 Nov 2024 09:18:24 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index f32316324b..09103a29fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -48,6 +48,9 @@ LibreSSL Portable Release Notes: It has no effect since LibreSSL doesn't call atexit(). - Elliptic curve parameters are only accepted if they encode a built-in curve. + - All elliptic curves over fields with less than 224 bits and a + few more were removed from the built-in curves. This includes + all WTLS curves and P-192. * Bug fixes - Plugged a leak in eckey_compute_pubkey(). * Testing and proactive security