Update ChangeLog

This commit is contained in:
Theo Buehler 2023-05-10 11:23:06 -06:00
parent c450eaff50
commit 72ef4d3c77

View File

@ -48,6 +48,8 @@ LibreSSL Portable Release Notes:
- Converted more of libcrypto to use CBB/CBS. - Converted more of libcrypto to use CBB/CBS.
* New features * New features
- Added support for truncated SHA-2 and for SHA-3. - Added support for truncated SHA-2 and for SHA-3.
- The BPSW primality test performs additional Miller-Rabin rounds
with random bases to reduce the likelihood of composites passing.
* Compatibility changes * Compatibility changes
- Support for GF2m was removed: BIGNUM no longer supports binary extension - Support for GF2m was removed: BIGNUM no longer supports binary extension
field arithmetic and all binary elliptic builtin curves were removed. field arithmetic and all binary elliptic builtin curves were removed.