Update ChangeLog

This commit is contained in:
Theo Buehler 2023-03-31 00:13:02 -06:00
parent 3ada658e10
commit e1e2c066bb

View File

@ -28,13 +28,14 @@ history is also available from Git.
LibreSSL Portable Release Notes:
3.8.0 - Development release
3.8.0 - In development
* Internal improvements
- Improved sieve of Eratosthenes script used for generating a table
of small primes.
- Cleaned up SHA internals.
- Replace internal use of BN_copy() with bn_copy() for consistency.
- Rewrote BN_exp().
* Bug fixes
- Correctly reduce negative input to BN_mod_exp2_mont().
- Ensure ERR_load_ERR_strings() does not set errno unexpectedly.