Update ChangeLog

This commit is contained in:
Theo Buehler 2023-08-07 06:17:07 -06:00
parent f543d27f22
commit 500c57ae6d

View File

@ -78,6 +78,7 @@ LibreSSL Portable Release Notes:
to use *_{get,set}_app_data() and *_{get,set}_ex_data() alongside
each other.
- Made EVP_PKEY_set1_hkdf_key() fail on a NULL key.
- Plugged leaks in BIO_chain_dup().
* Documentation improvements
- Made it very explicit that the verify callback should not be used.
- Called out that the CRL lastUpdate is standardized as thisUpdate.