aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-05-17 06:41:47 -0600
committerTheo Buehler <tb@openbsd.org>2023-05-17 06:41:47 -0600
commit0cb69d68ee84987861f99a7ad7d0bb018ebc0002 (patch)
tree7ece00ebfe19db4cc7e6907993296fccba31d28d
parent89fee1252f2284039d6a089f172b6acc72747229 (diff)
downloadportable-0cb69d68ee84987861f99a7ad7d0bb018ebc0002.tar.gz
portable-0cb69d68ee84987861f99a7ad7d0bb018ebc0002.tar.bz2
portable-0cb69d68ee84987861f99a7ad7d0bb018ebc0002.zip
Update ChangeLog
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c18e99..f1d6d36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -73,6 +73,8 @@ LibreSSL Portable Release Notes:
73 - Policy is always checked in X509 validation. Critical policy extensions 73 - Policy is always checked in X509 validation. Critical policy extensions
74 are no longer silently ignored. 74 are no longer silently ignored.
75 - Fixed error handling in tls_check_common_name(). 75 - Fixed error handling in tls_check_common_name().
76 - Add missing pointer invalidation in SSL_free().
77 - Fixed X509error() and X509V3error().
76 * Documentation improvements 78 * Documentation improvements
77 - Improved documentation of BIO_ctrl(3), BIO_set_info_callback(3), 79 - Improved documentation of BIO_ctrl(3), BIO_set_info_callback(3),
78 BIO_get_info_callback(3), BIO_method_type(3), and BIO_method_name(3). 80 BIO_get_info_callback(3), BIO_method_type(3), and BIO_method_name(3).