diff options
author | Brent Cook <busterb@gmail.com> | 2020-04-04 10:28:40 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2020-04-04 13:59:00 -0500 |
commit | 7625741c33e4e51fac81aad3944c12c3dafb5109 (patch) | |
tree | 4811b803a0f8c726d192eb89319493364749155b /ChangeLog | |
parent | d54b9c15bd86ee99db07a085281b6d73cd5e43ed (diff) | |
download | portable-7625741c33e4e51fac81aad3944c12c3dafb5109.tar.gz portable-7625741c33e4e51fac81aad3944c12c3dafb5109.tar.bz2 portable-7625741c33e4e51fac81aad3944c12c3dafb5109.zip |
Changelog updates
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -28,6 +28,26 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 3.1.0 - Development release | ||
32 | |||
33 | * Enabled initial TLSv1.3 support | ||
34 | |||
35 | * Improved compatibility with backported functionality and documentation | ||
36 | from OpenSSL 1.1.1. | ||
37 | |||
38 | * Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1 | ||
39 | |||
40 | * Enabled Cryptographic Message Syntax (CMS) support | ||
41 | |||
42 | * Added many new additional crypto test vectors | ||
43 | |||
44 | * Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics | ||
45 | |||
46 | * More code cleanups, fixes, and improvements of memory handling and | ||
47 | protocol parsing | ||
48 | |||
49 | * Default CA bundle location is now configurable in portable builds | ||
50 | |||
31 | 3.0.2 - Stable release | 51 | 3.0.2 - Stable release |
32 | 52 | ||
33 | * Use a valid curve when constructing an EC_KEY that looks like X25519. | 53 | * Use a valid curve when constructing an EC_KEY that looks like X25519. |