diff options
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
| @@ -28,6 +28,23 @@ history is also available from Git. | |||
| 28 | 28 | ||
| 29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
| 30 | 30 | ||
| 31 | 3.0.1 - Development release | ||
| 32 | |||
| 33 | * Ported Billy Brumley's fix for CVE-2019-1547 in OpenSSL 1.1.1. If a NULL | ||
| 34 | or zero cofactor is passed to EC_GROUP_set_generator(), try to compute | ||
| 35 | it using Hasse's bound. This works as long as the cofactor is small | ||
| 36 | enough. | ||
| 37 | |||
| 38 | * Fixed a memory leak in error paths for eckey_type2param(). | ||
| 39 | |||
| 40 | * Initial work on supporting Cryptographic Message Syntax (CMS) in | ||
| 41 | libcrypto (not enabled). | ||
| 42 | |||
| 43 | * Various manual page improvements and additions. | ||
| 44 | |||
| 45 | * Added a CMake check for an existing uninstall target, facilitating | ||
| 46 | embedding LibreSSL in larger CMake projects, from Matthew Albrecht. | ||
| 47 | |||
| 31 | 3.0.0 - Development release | 48 | 3.0.0 - Development release |
| 32 | 49 | ||
| 33 | * Completed the port of RSA_METHOD accessors from the OpenSSL 1.1 API. | 50 | * Completed the port of RSA_METHOD accessors from the OpenSSL 1.1 API. |
