From bc038c7ebf45d5115e4690deeacf9b48a3e8e871 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 30 Sep 2019 04:10:08 -0500 Subject: 3.0.1 changelog --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index f30c293..36ed3d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,23 @@ history is also available from Git. LibreSSL Portable Release Notes: +3.0.1 - Development release + + * Ported Billy Brumley's fix for CVE-2019-1547 in OpenSSL 1.1.1. If a NULL + or zero cofactor is passed to EC_GROUP_set_generator(), try to compute + it using Hasse's bound. This works as long as the cofactor is small + enough. + + * Fixed a memory leak in error paths for eckey_type2param(). + + * Initial work on supporting Cryptographic Message Syntax (CMS) in + libcrypto (not enabled). + + * Various manual page improvements and additions. + + * Added a CMake check for an existing uninstall target, facilitating + embedding LibreSSL in larger CMake projects, from Matthew Albrecht. + 3.0.0 - Development release * Completed the port of RSA_METHOD accessors from the OpenSSL 1.1 API. -- cgit v1.2.3-55-g6feb