aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-01-10 15:13:51 -0700
committerTheo Buehler <tb@openbsd.org>2024-01-10 15:13:51 -0700
commit3ca3130613118f7698479e85a835c0dbc8566570 (patch)
tree1e27fdad9d59acf1425c8671ea869da129761e16
parent2871c025b42117cf71dbb9599012f2ef7b8f623c (diff)
downloadportable-3ca3130613118f7698479e85a835c0dbc8566570.tar.gz
portable-3ca3130613118f7698479e85a835c0dbc8566570.tar.bz2
portable-3ca3130613118f7698479e85a835c0dbc8566570.zip
Update ChangeLog
Diffstat (limited to '')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e20b3b..a22af28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,7 @@ LibreSSL Portable Release Notes:
42 - Cleaned up the EVP_Cipher{Init,Update,Final}() implementations. 42 - Cleaned up the EVP_Cipher{Init,Update,Final}() implementations.
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 * Documentation improvements 46 * Documentation improvements
46 - ENGINE documentation was updated to reflect reality. 47 - ENGINE documentation was updated to reflect reality.
47 - Made EVP API documentation more accurate and less incoherent. 48 - Made EVP API documentation more accurate and less incoherent.