diff options
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -28,6 +28,29 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.9.1 - Stable release | ||
32 | |||
33 | * Added support for XChaCha20 and XChaCha20-Poly1305. | ||
34 | |||
35 | * Added support for AES key wrap constructions via the EVP interface. | ||
36 | |||
37 | * Partial port of the OpenSSL EC_KEY_METHOD API for use by OpenSSH. | ||
38 | |||
39 | * Added pbkdf2 key derivation support to openssl(1) | ||
40 | |||
41 | * Removed SHA224 based handshake signatures from consideration for use in a TLS 1.2 handshake. | ||
42 | |||
43 | * Changed the default digest type of openssl(1) enc to to sha256. | ||
44 | |||
45 | * Changed the default digest type of openssl(1) dgst to sha256. | ||
46 | |||
47 | * Changed the default digest type of openssl(1) x509 -fingerprint to sha256. | ||
48 | |||
49 | * Changed the default digest type of openssl(1) crl -fingerprint to sha256. | ||
50 | |||
51 | * Improved Windows, Android, and ARM compatibility, including assembly | ||
52 | optimizations on Mingw-w64 targets. | ||
53 | |||
31 | 2.9.0 - Development release | 54 | 2.9.0 - Development release |
32 | 55 | ||
33 | * Added the SM4 block cipher from the Chinese standard GB/T 32907-2016. | 56 | * Added the SM4 block cipher from the Chinese standard GB/T 32907-2016. |
@@ -47,7 +70,7 @@ LibreSSL Portable Release Notes: | |||
47 | * Added extensive interoperability tests between LibreSSL and OpenSSL | 70 | * Added extensive interoperability tests between LibreSSL and OpenSSL |
48 | 1.0 and 1.1. | 71 | 1.0 and 1.1. |
49 | 72 | ||
50 | * Added additional wycheproof tests and related bug fixes. | 73 | * Added additional Wycheproof tests and related bug fixes. |
51 | 74 | ||
52 | * Simplified sigalgs option processing and handshake signing algorithm | 75 | * Simplified sigalgs option processing and handshake signing algorithm |
53 | 76 | ||