aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Beck <beck@openbsd.org>2023-05-02 08:19:29 -0600
committerBob Beck <beck@openbsd.org>2023-05-02 08:19:29 -0600
commit0b710d6672ef0cd5e87192baf4438a827d9aabff (patch)
treebc65c91762002a3825354823406ffd21485743aa
parentd0b6ef4002e091479c9c9d9f0f3bb5394808c6a2 (diff)
downloadportable-0b710d6672ef0cd5e87192baf4438a827d9aabff.tar.gz
portable-0b710d6672ef0cd5e87192baf4438a827d9aabff.tar.bz2
portable-0b710d6672ef0cd5e87192baf4438a827d9aabff.zip
Add to changelog
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 57b34e3..9fbc33a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,8 @@ 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
48 * New features 50 * New features
49 - Added support for truncated SHA-2 and for SHA-3. 51 - Added support for truncated SHA-2 and for SHA-3.
50 * Compatibility changes 52 * Compatibility changes
@@ -67,8 +69,10 @@ LibreSSL Portable Release Notes:
67 - Fix error checking of i2d_ECDSA_SIG() in ossl_ecdsa_sign(). 69 - Fix error checking of i2d_ECDSA_SIG() in ossl_ecdsa_sign().
68 - Fixed detection of extended operations (XOP) on AMD hardware. 70 - Fixed detection of extended operations (XOP) on AMD hardware.
69 - Ensure Montgomery exponentiation is used for the initial RSA blinding. 71 - Ensure Montgomery exponentiation is used for the initial RSA blinding.
72 - Policy is always checked in X509 validation, Critical policy extensions
73 are no longer silently ignored.
70 * Documentation improvements 74 * Documentation improvements
71 - Improved documentation of BIO_ctrl(3), BIO_set_info_callback(3), 75 - Improved documentation of BIO_ctrl(3), BIO_set_info_callback(3),
72 BIO_get_info_callback(3), BIO_method_type(3), and BIO_method_name(3). 76 BIO_get_info_callback(3), BIO_method_type(3), and BIO_method_name(3).
73 - Marked BIO_CB_return(), BIO_cb_pre(), and BIO_cb_post() as intentionally 77 - Marked BIO_CB_return(), BIO_cb_pre(), and BIO_cb_post() as intentionally
74 undocumented. 78 undocumented.