aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-01-28 14:33:37 -0700
committerTheo Buehler <tb@openbsd.org>2024-01-28 14:33:37 -0700
commit7d4657e273377056877e968958184bb6c221e03c (patch)
tree1ce34a362780c445ae4d22a81a9b4b5d44a5b4fb
parent4c2a66817142cd0ae7beb1a1dbfc7b4409ad50d1 (diff)
downloadportable-7d4657e273377056877e968958184bb6c221e03c.tar.gz
portable-7d4657e273377056877e968958184bb6c221e03c.tar.bz2
portable-7d4657e273377056877e968958184bb6c221e03c.zip
Update ChangeLog
Diffstat (limited to '')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c54779..4179d38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.