Update ChangeLog

This commit is contained in:
Theo Buehler 2023-06-26 03:31:01 -06:00
parent 7204769b60
commit 3bfd835ae3

View File

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