Update ChangeLog

This commit is contained in:
Theo Buehler 2023-04-11 06:12:40 -06:00
parent 418d7adf8a
commit f9fbe121cf

View File

@ -33,10 +33,11 @@ LibreSSL Portable Release Notes:
* Internal improvements * Internal improvements
- Improved sieve of Eratosthenes script used for generating a table - Improved sieve of Eratosthenes script used for generating a table
of small primes. of small primes.
- Cleaned up SHA internals. - Cleaned up and rewrote SHA internals.
- Replace internal use of BN_copy() with bn_copy() for consistency. - Replace internal use of BN_copy() with bn_copy() for consistency.
- Rewrote BN_exp(). - Rewrote BN_exp().
- Add branch target information (BTI) support to arm64 assembly. - Add branch target information (BTI) support to arm64 assembly.
- Added a new implementation of BN_mod_sqrt().
* Bug fixes * Bug fixes
- Correctly reduce negative input to BN_mod_exp2_mont(). - Correctly reduce negative input to BN_mod_exp2_mont().
- Ensure ERR_load_ERR_strings() does not set errno unexpectedly. - Ensure ERR_load_ERR_strings() does not set errno unexpectedly.