Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed May 25, 2023
1 parent 8801e1d commit 76d053c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ history is also available from Git.

LibreSSL Portable Release Notes:

3.8.0 - In development
3.8.0 - Development release

* Portable changes
- Extended the endian.h compat header with htobe* and betoh* macros.
Expand All @@ -46,12 +46,15 @@ LibreSSL Portable Release Notes:
- Imported RFC 5280 policy checking code from BoringSSL and used it
to replace the old exponential time code.
- Converted more of libcrypto to use CBB/CBS.
- Cleaned up and simplified the code dealing with builtin curves.
* New features
- 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.
- Allow testing of ciphers and digests using badly aligned buffers
in openssl speed.
- Added a workaround for a poorly thought-out change in OpenSSL 3 that
broke privilege separation support in libtls.
* Compatibility changes
- Support for GF2m was removed: BIGNUM no longer supports binary extension
field arithmetic and all binary elliptic builtin curves were removed.
Expand Down

0 comments on commit 76d053c

Please sign in to comment.