diff options
author | Brent Cook <busterb@gmail.com> | 2019-08-01 05:31:02 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-08-01 05:31:02 -0500 |
commit | d2f8b48ed8acf011b9e85d5e749ff23d043418d3 (patch) | |
tree | c18097ca6c48a2a7d22ec789c84e9128aac4c583 | |
parent | 856d0511d63bd791b4a18df0c3ffc80b8e47c470 (diff) | |
download | portable-3.0.0.tar.gz portable-3.0.0.tar.bz2 portable-3.0.0.zip |
update ChangeLogv3.0.0
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -28,6 +28,29 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 3.0.0 - Development release | ||
32 | |||
33 | * Completed the port of RSA_METHOD accessors from the OpenSSL 1.1 API. | ||
34 | |||
35 | * Documented undescribed options and removed unfunctional options | ||
36 | description in openssl(1) manual. | ||
37 | |||
38 | * A plethora of small fixes due to regular oss-fuzz testing. | ||
39 | |||
40 | * Various side channels in DSA and ECDSA were addressed. These are some of | ||
41 | the many issues found in an extensive systematic analysis of bignum usage | ||
42 | by Samuel Weiser, David Schrammel et al. | ||
43 | |||
44 | * Enabled openssl(1) speed subcommand on Windows platform. | ||
45 | |||
46 | * Enabled performance optimizations when building with Visual Studio on Windows. | ||
47 | |||
48 | * Fixed incorrect carry operation in 512 addition for Streebog. | ||
49 | |||
50 | * Fixed -modulus option with openssl(1) dsa subcommand. | ||
51 | |||
52 | * Fixed PVK format output issue with openssl(1) dsa and rsa subcommand. | ||
53 | |||
31 | 2.9.2 - Bug fixes | 54 | 2.9.2 - Bug fixes |
32 | 55 | ||
33 | * Fixed portable builds with older versions of MacOS, | 56 | * Fixed portable builds with older versions of MacOS, |