diff options
Diffstat (limited to 'ChangeLog')
-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, |