aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-12 16:45:39 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-12 16:45:39 -0600
commitb43f3fc25cc6e7297d7bde91305df8fdbfecbee1 (patch)
tree35e9bba3682928906cb123b471e20bd590c0ce5a
parent7f0258e683963790ea8a5c2c0a16ccc023474aa0 (diff)
downloadportable-b43f3fc25cc6e7297d7bde91305df8fdbfecbee1.tar.gz
portable-b43f3fc25cc6e7297d7bde91305df8fdbfecbee1.tar.bz2
portable-b43f3fc25cc6e7297d7bde91305df8fdbfecbee1.zip
Update ChangeLog
Diffstat (limited to '')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3ca16e..9453fcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,11 @@ LibreSSL Portable Release Notes:
46 - Fix error checking of i2d_ECDSA_SIG() in ossl_ecdsa_sign(). 46 - Fix error checking of i2d_ECDSA_SIG() in ossl_ecdsa_sign().
47 - Fixed detection of extended operations (XOP) on AMD hardware. 47 - Fixed detection of extended operations (XOP) on AMD hardware.
48 - Ensure Montgomery exponentiation is used for the initial RSA blinding. 48 - Ensure Montgomery exponentiation is used for the initial RSA blinding.
49 * Documentation improvements
50 - Improved documentation of BIO_ctrl(3), BIO_set_info_callback(3),
51 BIO_get_info_callback(3), BIO_method_type(3), and BIO_method_name(3).
52 - Marked BIO_CB_return(), BIO_cb_pre(), and BIO_cb_Post() as intentionally
53 undocumented.
49 * Testing and Proactive Security 54 * Testing and Proactive Security
50 - Significantly improved test coverage of BN_mod_sqrt() and GCD. 55 - Significantly improved test coverage of BN_mod_sqrt() and GCD.
51 - As always, new test coverage is added as bugs are fixed and subsystems 56 - As always, new test coverage is added as bugs are fixed and subsystems