diff options
| author | Joel Sing <joel@sing.id.au> | 2020-04-06 00:17:38 +1000 |
|---|---|---|
| committer | Joel Sing <joel@sing.id.au> | 2020-04-06 00:17:38 +1000 |
| commit | 3b328512bcc259fedbf8fd8ffa03f53457b241c5 (patch) | |
| tree | adc9fc4dcbb1cb7753b99544a08da97b01a7e8f5 | |
| parent | d6c3f2d7a08f1120b2b7cd9397bc36134ddfca73 (diff) | |
| download | portable-3.1.0.tar.gz portable-3.1.0.tar.bz2 portable-3.1.0.zip | |
Further tweak change log for 3.1.0.v3.1.0
| -rw-r--r-- | ChangeLog | 30 |
1 files changed, 16 insertions, 14 deletions
| @@ -30,29 +30,31 @@ LibreSSL Portable Release Notes: | |||
| 30 | 30 | ||
| 31 | 3.1.0 - Development release | 31 | 3.1.0 - Development release |
| 32 | 32 | ||
| 33 | * Added new TLS 1.3 implementation with new state machine and record layer | 33 | * Completed initial TLS 1.3 implementation with a completely new state |
| 34 | implementations. Enabled client side TLS 1.3 by default. Server side will | 34 | machine and record layer. TLS 1.3 is now enabled by default for the |
| 35 | be enabled in a future release. | 35 | client side, with the server side to be enabled in a future release. |
| 36 | Note that the OpenSSL TLS 1.3 API is not yet visible/available. | ||
| 36 | 37 | ||
| 37 | * Improved compatibility with backported functionality and documentation | 38 | * Many more code cleanups, fixes, and improvements to memory handling |
| 38 | from OpenSSL 1.1.1. | 39 | and protocol parsing. |
| 39 | 40 | ||
| 40 | * Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1 | 41 | * Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1. |
| 41 | 42 | ||
| 42 | * Enabled Cryptographic Message Syntax (CMS) support | 43 | * Ported Cryptographic Message Syntax (CMS) implementation from OpenSSL |
| 44 | 1.1.1 and enabled by default. | ||
| 43 | 45 | ||
| 44 | * Added many new additional crypto test vectors | 46 | * Improved compatibility by backporting functionality and documentation |
| 47 | from OpenSSL 1.1.1. | ||
| 45 | 48 | ||
| 46 | * Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics | 49 | * Added many new additional crypto test vectors. |
| 47 | 50 | ||
| 48 | * More code cleanups, fixes, and improvements of memory handling and | 51 | * Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics. |
| 49 | protocol parsing | ||
| 50 | 52 | ||
| 51 | * Default CA bundle location is now configurable in portable builds | 53 | * Default CA bundle location is now configurable in portable builds. |
| 52 | 54 | ||
| 53 | * Added cms subcommand to openssl(1) | 55 | * Added cms subcommand to openssl(1). |
| 54 | 56 | ||
| 55 | * Added -addext option to openssl(1) req subcommand | 57 | * Added -addext option to openssl(1) req subcommand. |
| 56 | 58 | ||
| 57 | 3.0.2 - Stable release | 59 | 3.0.2 - Stable release |
| 58 | 60 | ||
