aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),