@@ -30,29 +30,31 @@ LibreSSL Portable Release Notes:
30
30
31
31
3.1.0 - Development release
32
32
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.
36
37
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 .
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
49
- protocol parsing
51
+ * Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics.
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
59
3.0.2 - Stable release
58
60
0 commit comments