aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-05-05 09:23:26 -0600
committerTheo Buehler <tb@openbsd.org>2023-05-05 09:23:26 -0600
commitbfc51905a91739c3955fe458b8eacb8bf8300543 (patch)
treee8e2f47c129cd965b211a343e2b8735bfa2e6251
parent686f7ff31e9848a282020f9ed82e6d3ca86fc109 (diff)
downloadportable-bfc51905a91739c3955fe458b8eacb8bf8300543.tar.gz
portable-bfc51905a91739c3955fe458b8eacb8bf8300543.tar.bz2
portable-bfc51905a91739c3955fe458b8eacb8bf8300543.zip
Update ChangeLog
-rw-r--r--ChangeLog4
1 files changed, 1 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 93e7ddb..5916166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,8 +45,6 @@ LibreSSL Portable Release Notes:
45 - Added endbr64 instructions to amd64 assembly. 45 - Added endbr64 instructions to amd64 assembly.
46 - Imported RFC 5280 policy checking code from BoringSSL and used it 46 - Imported RFC 5280 policy checking code from BoringSSL and used it
47 to replace the old exponential time code. 47 to replace the old exponential time code.
48 - Modified X509_NAME_get_text_by_[NID|OBJ] to safely return a C string
49 instead of potentially arbitrary bytes
50 * New features 48 * New features
51 - Added support for truncated SHA-2 and for SHA-3. 49 - Added support for truncated SHA-2 and for SHA-3.
52 * Compatibility changes 50 * Compatibility changes
@@ -69,7 +67,7 @@ LibreSSL Portable Release Notes:
69 - Fix error checking of i2d_ECDSA_SIG() in ossl_ecdsa_sign(). 67 - Fix error checking of i2d_ECDSA_SIG() in ossl_ecdsa_sign().
70 - Fixed detection of extended operations (XOP) on AMD hardware. 68 - Fixed detection of extended operations (XOP) on AMD hardware.
71 - Ensure Montgomery exponentiation is used for the initial RSA blinding. 69 - Ensure Montgomery exponentiation is used for the initial RSA blinding.
72 - Policy is always checked in X509 validation, Critical policy extensions 70 - Policy is always checked in X509 validation. Critical policy extensions
73 are no longer silently ignored. 71 are no longer silently ignored.
74 * Documentation improvements 72 * Documentation improvements
75 - Improved documentation of BIO_ctrl(3), BIO_set_info_callback(3), 73 - Improved documentation of BIO_ctrl(3), BIO_set_info_callback(3),