diff options
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -36,11 +36,15 @@ LibreSSL Portable Release Notes: | |||
36 | - Cleaned up SHA internals. | 36 | - Cleaned up SHA internals. |
37 | - Replace internal use of BN_copy() with bn_copy() for consistency. | 37 | - Replace internal use of BN_copy() with bn_copy() for consistency. |
38 | - Rewrote BN_exp(). | 38 | - Rewrote BN_exp(). |
39 | - Add branch target information (BTI) support to arm64 assembly. | ||
39 | * Bug fixes | 40 | * Bug fixes |
40 | - Correctly reduce negative input to BN_mod_exp2_mont(). | 41 | - Correctly reduce negative input to BN_mod_exp2_mont(). |
41 | - Ensure ERR_load_ERR_strings() does not set errno unexpectedly. | 42 | - Ensure ERR_load_ERR_strings() does not set errno unexpectedly. |
42 | - Fix error checking of i2d_ECDSA_SIG() in ossl_ecdsa_sign(). | 43 | - Fix error checking of i2d_ECDSA_SIG() in ossl_ecdsa_sign(). |
44 | - Fixed detection of extended operations (XOP) on AMD hardware. | ||
45 | - Ensure Montgomery exponentiation is used for the initial RSA blinding. | ||
43 | * Testing and Proactive Security | 46 | * Testing and Proactive Security |
47 | - Significantly improved test coverage of BN_mod_sqrt() and GCD. | ||
44 | - As always, new test coverage is added as bugs are fixed and subsystems | 48 | - As always, new test coverage is added as bugs are fixed and subsystems |
45 | are cleaned up. | 49 | are cleaned up. |
46 | 50 | ||