aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-04-13 10:54:10 -0500
committerBrent Cook <busterb@gmail.com>2019-04-13 10:54:10 -0500
commit2f7827344a0234320c7ad8d2fc2418e9d8a586c9 (patch)
tree1d48d478ec1a57167748298992604846a44346e3
parenta67ba9f4ad8524c2d0bdd4cae6901ec415332829 (diff)
downloadportable-2f7827344a0234320c7ad8d2fc2418e9d8a586c9.tar.gz
portable-2f7827344a0234320c7ad8d2fc2418e9d8a586c9.tar.bz2
portable-2f7827344a0234320c7ad8d2fc2418e9d8a586c9.zip
add changelog diff from 65.html
-rw-r--r--ChangeLog25
1 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b8c976..5f91568 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,29 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.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
312.9.0 - Development release 542.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