diff options
author | Theo Buehler <tb@openbsd.org> | 2023-05-23 14:08:27 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-05-23 14:08:27 -0600 |
commit | 0f48dbcb93c7ac0af3375d9eb7e16d915a07a61a (patch) | |
tree | cb1a99078f4c59fb7d598a09b2dd8f1ffe0a7490 | |
parent | 564ef7e293825830e632ad6f00b9ab2f554a904c (diff) | |
download | portable-0f48dbcb93c7ac0af3375d9eb7e16d915a07a61a.tar.gz portable-0f48dbcb93c7ac0af3375d9eb7e16d915a07a61a.tar.bz2 portable-0f48dbcb93c7ac0af3375d9eb7e16d915a07a61a.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -78,7 +78,8 @@ LibreSSL Portable Release Notes: | |||
78 | are no longer silently ignored. | 78 | are no longer silently ignored. |
79 | - Fixed error handling in tls_check_common_name(). | 79 | - Fixed error handling in tls_check_common_name(). |
80 | - Add missing pointer invalidation in SSL_free(). | 80 | - Add missing pointer invalidation in SSL_free(). |
81 | - Fixed X509error() and X509V3error(). | 81 | - Fixed X509err() and X509V3err() and their internal versions. |
82 | - Ensure that OBJ_obj2txt() always returns a C string again. | ||
82 | * Documentation improvements | 83 | * Documentation improvements |
83 | - Improved documentation of BIO_ctrl(3), BIO_set_info_callback(3), | 84 | - Improved documentation of BIO_ctrl(3), BIO_set_info_callback(3), |
84 | BIO_get_info_callback(3), BIO_method_type(3), and BIO_method_name(3). | 85 | BIO_get_info_callback(3), BIO_method_type(3), and BIO_method_name(3). |