diff options
author | Theo Buehler <tb@openbsd.org> | 2023-12-20 05:08:35 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-12-20 05:08:35 -0700 |
commit | 12685f94d57d5181e1d1e5e8f392fb45caaed0ca (patch) | |
tree | 0d70314e9cff1819d4a8abc4abc06440897f69e9 | |
parent | d441bd3469ef09394e50dfeeac26a094500d9b0f (diff) | |
download | portable-12685f94d57d5181e1d1e5e8f392fb45caaed0ca.tar.gz portable-12685f94d57d5181e1d1e5e8f392fb45caaed0ca.tar.bz2 portable-12685f94d57d5181e1d1e5e8f392fb45caaed0ca.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ LibreSSL Portable Release Notes: | |||
39 | - Converted uses of OBJ_bsearch_() to standard bsearch(). | 39 | - Converted uses of OBJ_bsearch_() to standard bsearch(). |
40 | - Greatly simplified by_file_ctrl(). | 40 | - Greatly simplified by_file_ctrl(). |
41 | - Simplified and cleaned up the OBJ_ API. | 41 | - Simplified and cleaned up the OBJ_ API. |
42 | - Cleaned up the EVP_Cipher{Init,Update,Final}() implementations | ||
42 | * Documentation improvements | 43 | * Documentation improvements |
43 | - ENGINE documentation was updated to reflect reality. | 44 | - ENGINE documentation was updated to reflect reality. |
44 | - Made EVP API documentation more accurate and less incoherent. | 45 | - Made EVP API documentation more accurate and less incoherent. |