aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 017eb96..fd9abea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,10 @@ LibreSSL Portable Release Notes:
45 - Require SSE in order to use gcm_{gmult,ghash}_4bit_mmx(). 45 - Require SSE in order to use gcm_{gmult,ghash}_4bit_mmx().
46 On rare i386 machines suporting MMX but not SSE this could result 46 On rare i386 machines suporting MMX but not SSE this could result
47 in an illegal instruction. 47 in an illegal instruction.
48 - Cleaned up asn1t.h to make it somewhat readable.
49 - Further assembly macro improvements for -portable.
50 - Add fast path for well-known DH primes in DH_check() since some
51 projects still fiddle with this in 2025.
48 * Compatibility changes 52 * Compatibility changes
49 - Expose X509_VERIFY_PARAM_set_hostflags() as a public symbol. 53 - Expose X509_VERIFY_PARAM_set_hostflags() as a public symbol.
50 - Provide SSL_SESSION_dup(). 54 - Provide SSL_SESSION_dup().
@@ -59,6 +63,8 @@ LibreSSL Portable Release Notes:
59 behavior but some language bindings decided to rely on it in 2025. 63 behavior but some language bindings decided to rely on it in 2025.
60 - Remove STABLE_FLAGS_MALLOC but keep STABLE_NO_MASK because there is 64 - Remove STABLE_FLAGS_MALLOC but keep STABLE_NO_MASK because there is
61 still one user... 65 still one user...
66 - Fix ASN1_ADB_END macro to have compatible signature with OpenSSL.
67 The adb_cb() argument is currently ignored.
62 * New features 68 * New features
63 - Support for MLKEM768_X25519 keyshare in TLS. 69 - Support for MLKEM768_X25519 keyshare in TLS.
64 https://datatracker.ietf.org/doc/draft-ietf-tls-ecdhe-mlkem/ 70 https://datatracker.ietf.org/doc/draft-ietf-tls-ecdhe-mlkem/