aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-01-30 10:14:14 -0700
committerTheo Buehler <tb@openbsd.org>2024-01-30 10:14:14 -0700
commitf719dff2bd75560c92459b467446854e39026126 (patch)
tree418760c826b36183f8086a1c28fba1b8c70264c3 /ChangeLog
parent7d4657e273377056877e968958184bb6c221e03c (diff)
downloadportable-f719dff2bd75560c92459b467446854e39026126.tar.gz
portable-f719dff2bd75560c92459b467446854e39026126.tar.bz2
portable-f719dff2bd75560c92459b467446854e39026126.zip
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4179d38..e550595 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,7 +41,8 @@ LibreSSL Portable Release Notes:
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 - 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 reorganization in EVP.
45 - Removed all remaining ENGINE tentacles.
45 - Simplified internals of X509_TRUST handling. 46 - Simplified internals of X509_TRUST handling.
46 - Made deletion from a lhash doall callback safe. 47 - Made deletion from a lhash doall callback safe.
47 * Documentation improvements 48 * Documentation improvements
@@ -77,7 +78,6 @@ LibreSSL Portable Release Notes:
77 - Avoid a NULL dereference after memory allocation failure during TLS 78 - Avoid a NULL dereference after memory allocation failure during TLS
78 version downgrade. 79 version downgrade.
79 - Fixed various bugs in CMAC internals. 80 - Fixed various bugs in CMAC internals.
80 - Removed all remaining ENGINE tentacles.
81 - Fixed 4-byte overreads in GHASH assembly on amd64 and i386. 81 - Fixed 4-byte overreads in GHASH assembly on amd64 and i386.
82 - Fixed various NULL dereferences in PKCS #12 code due to mishandling 82 - Fixed various NULL dereferences in PKCS #12 code due to mishandling
83 of OPTIONAL content in PKCS #7 ContentInfo. 83 of OPTIONAL content in PKCS #7 ContentInfo.