diff options
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 7 insertions, 5 deletions
| @@ -30,19 +30,21 @@ LibreSSL Portable Release Notes: | |||
| 30 | 30 | ||
| 31 | 3.1.0 - Development release | 31 | 3.1.0 - Development release |
| 32 | 32 | ||
| 33 | * Enabled initial TLSv1.3 support | 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. | ||
| 34 | 36 | ||
| 35 | * Improved compatibility with backported functionality and documentation | 37 | * Improved compatibility with backported functionality and documentation |
| 36 | from OpenSSL 1.1.1. | 38 | from OpenSSL 1.1.1. |
| 37 | 39 | ||
| 38 | * Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1 | 40 | * Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1 |
| 39 | 41 | ||
| 40 | * Enabled Cryptographic Message Syntax (CMS) support | 42 | * Enabled Cryptographic Message Syntax (CMS) support |
| 41 | 43 | ||
| 42 | * Added many new additional crypto test vectors | 44 | * Added many new additional crypto test vectors |
| 43 | 45 | ||
| 44 | * Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics | 46 | * Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics |
| 45 | 47 | ||
| 46 | * More code cleanups, fixes, and improvements of memory handling and | 48 | * More code cleanups, fixes, and improvements of memory handling and |
| 47 | protocol parsing | 49 | protocol parsing |
| 48 | 50 | ||
