aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-06-27 12:00:17 -0600
committerTheo Buehler <tb@openbsd.org>2025-06-27 12:00:17 -0600
commitb6fa15f21bee141c0f439cbf49b2c59fade9ef92 (patch)
treec09bbf1dcc837a75e812414fafc344a255d23e02
parentfd25d60a123272e3ad4ea92b402d498dbee9198a (diff)
downloadportable-b6fa15f21bee141c0f439cbf49b2c59fade9ef92.tar.gz
portable-b6fa15f21bee141c0f439cbf49b2c59fade9ef92.tar.bz2
portable-b6fa15f21bee141c0f439cbf49b2c59fade9ef92.zip
Update ChangeLog
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4efca3a..1739cfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,7 @@ LibreSSL Portable Release Notes:
37 instances of undefined behavior. 37 instances of undefined behavior.
38 - Removed assembly implementations of AES using bit slicing (BS-AES) 38 - Removed assembly implementations of AES using bit slicing (BS-AES)
39 and vector permutation (VP-AES). 39 and vector permutation (VP-AES).
40 - Integrated AES-NI into the AES API.
40 - Removed OPENSSL_SMALL_FOOTPRINT and OPENSSL_FIPSAPI. 41 - Removed OPENSSL_SMALL_FOOTPRINT and OPENSSL_FIPSAPI.
41 - Lots of cleanup and removal of code with undefined behavior in 42 - Lots of cleanup and removal of code with undefined behavior in
42 the block cipher modes of operation implementations. 43 the block cipher modes of operation implementations.
@@ -60,6 +61,7 @@ LibreSSL Portable Release Notes:
60 derivation function that is acceptable in the present millenium. 61 derivation function that is acceptable in the present millenium.
61 - Of the old *err() only PEMerr(), RSAerr(), and SSLerr() remain. 62 - Of the old *err() only PEMerr(), RSAerr(), and SSLerr() remain.
62 * New features 63 * New features
64 - Allow specifying ALPN in nc(1) via -Talpn="http/1.1,http:/1.0".
63 * Bug fixes 65 * Bug fixes
64 - Avoid pointer arithmetic on NULL for memory BIOs. 66 - Avoid pointer arithmetic on NULL for memory BIOs.
65 * Documentation 67 * Documentation