diff options
author | Theo Buehler <tb@openbsd.org> | 2023-05-24 03:39:37 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-05-24 03:39:37 -0600 |
commit | 8801e1d04026ba478328050cc193ed219214add8 (patch) | |
tree | 7154bbcdee4a9bef9585c78e074b8a24fbbc3096 | |
parent | b4b1e6762003b30b8f3387c8c0fe509e736ceeca (diff) | |
download | portable-8801e1d04026ba478328050cc193ed219214add8.tar.gz portable-8801e1d04026ba478328050cc193ed219214add8.tar.bz2 portable-8801e1d04026ba478328050cc193ed219214add8.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -80,6 +80,8 @@ LibreSSL Portable Release Notes: | |||
80 | - Add missing pointer invalidation in SSL_free(). | 80 | - Add missing pointer invalidation in SSL_free(). |
81 | - Fixed X509err() and X509V3err() and their internal versions. | 81 | - Fixed X509err() and X509V3err() and their internal versions. |
82 | - Ensure that OBJ_obj2txt() always returns a C string again. | 82 | - Ensure that OBJ_obj2txt() always returns a C string again. |
83 | - In X509_VERIFY_PARAM_inherit() copy hostflags independently of the | ||
84 | host list. | ||
83 | * Documentation improvements | 85 | * Documentation improvements |
84 | - Improved documentation of BIO_ctrl(3), BIO_set_info_callback(3), | 86 | - Improved documentation of BIO_ctrl(3), BIO_set_info_callback(3), |
85 | BIO_get_info_callback(3), BIO_method_type(3), and BIO_method_name(3). | 87 | BIO_get_info_callback(3), BIO_method_type(3), and BIO_method_name(3). |