Update ChangeLog

This commit is contained in:
Theo Buehler 2023-06-01 09:43:42 -06:00
parent 4f93524b64
commit 341e0bf1c3

View File

@ -32,12 +32,20 @@ LibreSSL Portable Release Notes:
* Portable changes
* Internal improvements
- Fixed alignment handling in SHA512.
- Fixed alignment handling in SHA-512.
- Moved the verified_chain to the correct internal struct.
- Improved checks for commonName in libtls.
- Fixed error check for X509_get_ext_d2i() failure in libtls.
- Improved BIGNUM internals and performance on aarch64.
- Initial cleanups for SHA-256 internals.
- Converted more libcrypto internals API using CBB and CBS.
* New features
* Compatibility changes
- X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain
valid UTF-8 without embedded NUL.
* Bug fixes
* Documentation improvements
- Made it very explicit that the verify_cb() should not be used.
* Testing and Proactive Security
3.8.0 - Development release