diff options
| -rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
| @@ -28,6 +28,26 @@ history is also available from Git. | |||
| 28 | 28 | ||
| 29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
| 30 | 30 | ||
| 31 | 3.1.0 - Development release | ||
| 32 | |||
| 33 | * Enabled initial TLSv1.3 support | ||
| 34 | |||
| 35 | * Improved compatibility with backported functionality and documentation | ||
| 36 | from OpenSSL 1.1.1. | ||
| 37 | |||
| 38 | * Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1 | ||
| 39 | |||
| 40 | * Enabled Cryptographic Message Syntax (CMS) support | ||
| 41 | |||
| 42 | * Added many new additional crypto test vectors | ||
| 43 | |||
| 44 | * Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics | ||
| 45 | |||
| 46 | * More code cleanups, fixes, and improvements of memory handling and | ||
| 47 | protocol parsing | ||
| 48 | |||
| 49 | * Default CA bundle location is now configurable in portable builds | ||
| 50 | |||
| 31 | 3.0.2 - Stable release | 51 | 3.0.2 - Stable release |
| 32 | 52 | ||
| 33 | * Use a valid curve when constructing an EC_KEY that looks like X25519. | 53 | * Use a valid curve when constructing an EC_KEY that looks like X25519. |
