diff options
-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 |