aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 733cc10..4c54779 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,6 +61,8 @@ LibreSSL Portable Release Notes:
61 - Turn the long dysfunctional openssl(1) s_client -pause into a noop. 61 - Turn the long dysfunctional openssl(1) s_client -pause into a noop.
62 - openssl(1) x509 now supports -new -force_pubkey, -multivalue-rdn, 62 - openssl(1) x509 now supports -new -force_pubkey, -multivalue-rdn,
63 -set_issuer, -set_subject, and -utf8. 63 -set_issuer, -set_subject, and -utf8.
64 - Support ECDSA with SHA-3 signature algorithms.
65 - Support HMAC with truncated SHA-2 and SHA-3 as PBE PRF.
64 * Bug fixes 66 * Bug fixes
65 - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). 67 - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp().
66 - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and 68 - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and
@@ -78,6 +80,7 @@ LibreSSL Portable Release Notes:
78 - Fixed 4-byte overreads in GHASH assembly on amd64 and i386. 80 - Fixed 4-byte overreads in GHASH assembly on amd64 and i386.
79 - Fixed various NULL dereferences in PKCS #12 code due to mishandling 81 - Fixed various NULL dereferences in PKCS #12 code due to mishandling
80 of OPTIONAL content in PKCS #7 ContentInfo. 82 of OPTIONAL content in PKCS #7 ContentInfo.
83 - Aligned SSL_shutdown() behavior in TLSv1.3 with the legacy stack.
81 84
823.8.2 - Stable release 853.8.2 - Stable release
83 86