aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-06-01 09:43:42 -0600
committerTheo Buehler <tb@openbsd.org>2023-06-01 09:43:42 -0600
commit341e0bf1c305028bf6b9169c4fa10e8136b61af0 (patch)
tree2ee4c30c3cbc31be631b2d3884d8ebdc00b27638
parent4f93524b64cac07802334918fe9a29bf535b5f04 (diff)
downloadportable-341e0bf1c305028bf6b9169c4fa10e8136b61af0.tar.gz
portable-341e0bf1c305028bf6b9169c4fa10e8136b61af0.tar.bz2
portable-341e0bf1c305028bf6b9169c4fa10e8136b61af0.zip
Update ChangeLog
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f05fd3a..7fbadc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,12 +32,20 @@ LibreSSL Portable Release Notes:
32 32
33 * Portable changes 33 * Portable changes
34 * Internal improvements 34 * Internal improvements
35 - Fixed alignment handling in SHA512. 35 - Fixed alignment handling in SHA-512.
36 - Moved the verified_chain to the correct internal struct. 36 - Moved the verified_chain to the correct internal struct.
37 - Improved checks for commonName in libtls.
38 - Fixed error check for X509_get_ext_d2i() failure in libtls.
39 - Improved BIGNUM internals and performance on aarch64.
40 - Initial cleanups for SHA-256 internals.
41 - Converted more libcrypto internals API using CBB and CBS.
37 * New features 42 * New features
38 * Compatibility changes 43 * Compatibility changes
44 - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain
45 valid UTF-8 without embedded NUL.
39 * Bug fixes 46 * Bug fixes
40 * Documentation improvements 47 * Documentation improvements
48 - Made it very explicit that the verify_cb() should not be used.
41 * Testing and Proactive Security 49 * Testing and Proactive Security
42 50
433.8.0 - Development release 513.8.0 - Development release