Update ChangeLog

This commit is contained in:
Theo Buehler 2023-05-17 06:41:47 -06:00
parent 89fee1252f
commit 0cb69d68ee

View File

@ -73,6 +73,8 @@ LibreSSL Portable Release Notes:
- Policy is always checked in X509 validation. Critical policy extensions
are no longer silently ignored.
- Fixed error handling in tls_check_common_name().
- Add missing pointer invalidation in SSL_free().
- Fixed X509error() and X509V3error().
* Documentation improvements
- Improved documentation of BIO_ctrl(3), BIO_set_info_callback(3),
BIO_get_info_callback(3), BIO_method_type(3), and BIO_method_name(3).