diff options
author | Theo Buehler <tb@openbsd.org> | 2024-01-28 14:33:37 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-01-28 14:33:37 -0700 |
commit | 7d4657e273377056877e968958184bb6c221e03c (patch) | |
tree | 1ce34a362780c445ae4d22a81a9b4b5d44a5b4fb | |
parent | 4c2a66817142cd0ae7beb1a1dbfc7b4409ad50d1 (diff) | |
download | portable-7d4657e273377056877e968958184bb6c221e03c.tar.gz portable-7d4657e273377056877e968958184bb6c221e03c.tar.bz2 portable-7d4657e273377056877e968958184bb6c221e03c.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ LibreSSL Portable Release Notes: | |||
43 | - Removed unused function pointers from X.509 stores and contexts. | 43 | - Removed unused function pointers from X.509 stores and contexts. |
44 | - A lot of cleanup and reaorganization in EVP. | 44 | - A lot of cleanup and reaorganization in EVP. |
45 | - Simplified internals of X509_TRUST handling. | 45 | - Simplified internals of X509_TRUST handling. |
46 | - Made deletion from a lhash doall callback safe. | ||
46 | * Documentation improvements | 47 | * Documentation improvements |
47 | - ENGINE documentation was updated to reflect reality. | 48 | - ENGINE documentation was updated to reflect reality. |
48 | - Made EVP API documentation more accurate and less incoherent. | 49 | - Made EVP API documentation more accurate and less incoherent. |