diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-04-06 00:02:15 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-04-06 00:06:32 -0600 |
| commit | 7fa835f0be9c814e378be6b016d8decf8e08cb4c (patch) | |
| tree | 4c508ec495a91c03fa8b220dc05a6de1d85090fa | |
| parent | 14481349f99c9970577c1086ce1886ea09c832a3 (diff) | |
| download | portable-7fa835f0be9c814e378be6b016d8decf8e08cb4c.tar.gz portable-7fa835f0be9c814e378be6b016d8decf8e08cb4c.tar.bz2 portable-7fa835f0be9c814e378be6b016d8decf8e08cb4c.zip | |
Update ChangeLog
| -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 | ||
