Skip to content

Commit

Permalink
Further tweak change log for 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
4a6f656c committed Apr 5, 2020
1 parent d6c3f2d commit 3b32851
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,31 @@ LibreSSL Portable Release Notes:

3.1.0 - Development release

* Added new TLS 1.3 implementation with new state machine and record layer
implementations. Enabled client side TLS 1.3 by default. Server side will
be enabled in a future release.
* Completed initial TLS 1.3 implementation with a completely new state
machine and record layer. TLS 1.3 is now enabled by default for the
client side, with the server side to be enabled in a future release.
Note that the OpenSSL TLS 1.3 API is not yet visible/available.

* Improved compatibility with backported functionality and documentation
from OpenSSL 1.1.1.
* Many more code cleanups, fixes, and improvements to memory handling
and protocol parsing.

* Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1
* Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1.

* Enabled Cryptographic Message Syntax (CMS) support
* Ported Cryptographic Message Syntax (CMS) implementation from OpenSSL
1.1.1 and enabled by default.

* Added many new additional crypto test vectors
* Improved compatibility by backporting functionality and documentation
from OpenSSL 1.1.1.

* Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics
* Added many new additional crypto test vectors.

* More code cleanups, fixes, and improvements of memory handling and
protocol parsing
* Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics.

* Default CA bundle location is now configurable in portable builds
* Default CA bundle location is now configurable in portable builds.

* Added cms subcommand to openssl(1)
* Added cms subcommand to openssl(1).

* Added -addext option to openssl(1) req subcommand
* Added -addext option to openssl(1) req subcommand.

3.0.2 - Stable release

Expand Down

0 comments on commit 3b32851

Please sign in to comment.