Skip to content

Commit 3b32851

Browse files
committed
Further tweak change log for 3.1.0.
1 parent d6c3f2d commit 3b32851

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

ChangeLog

+16-14
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,31 @@ LibreSSL Portable Release Notes:
3030

3131
3.1.0 - Development release
3232

33-
* Added new TLS 1.3 implementation with new state machine and record layer
34-
implementations. Enabled client side TLS 1.3 by default. Server side will
35-
be enabled in a future release.
33+
* Completed initial TLS 1.3 implementation with a completely new state
34+
machine and record layer. TLS 1.3 is now enabled by default for the
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.
3637

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

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.
4142

42-
* Enabled Cryptographic Message Syntax (CMS) support
43+
* Ported Cryptographic Message Syntax (CMS) implementation from OpenSSL
44+
1.1.1 and enabled by default.
4345

44-
* Added many new additional crypto test vectors
46+
* Improved compatibility by backporting functionality and documentation
47+
from OpenSSL 1.1.1.
4548

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

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

51-
* Default CA bundle location is now configurable in portable builds
53+
* Default CA bundle location is now configurable in portable builds.
5254

53-
* Added cms subcommand to openssl(1)
55+
* Added cms subcommand to openssl(1).
5456

55-
* Added -addext option to openssl(1) req subcommand
57+
* Added -addext option to openssl(1) req subcommand.
5658

5759
3.0.2 - Stable release
5860

0 commit comments

Comments
 (0)