aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-11-22 10:01:27 -0700
committerTheo Buehler <tb@openbsd.org>2024-11-22 10:01:27 -0700
commitc25fc02d9858328d173b58fd9a04cb01fda1df38 (patch)
treecc7e16436b9a8f79c4d63076b2e8cf55a8717c45
parent8de367893bf8198d0959d4fabed9847b90209ae0 (diff)
downloadportable-c25fc02d9858328d173b58fd9a04cb01fda1df38.tar.gz
portable-c25fc02d9858328d173b58fd9a04cb01fda1df38.tar.bz2
portable-c25fc02d9858328d173b58fd9a04cb01fda1df38.zip
Update ChangeLog
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c01168..1847b24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,7 @@ LibreSSL Portable Release Notes:
38 - Many bug fixes and simplifications in the EC ASN.1 code. 38 - Many bug fixes and simplifications in the EC ASN.1 code.
39 - Corrected DER encoding for EC keys and parameters. 39 - Corrected DER encoding for EC keys and parameters.
40 - Polished EC_POINT_{oct2point,point2oct}() internals. 40 - Polished EC_POINT_{oct2point,point2oct}() internals.
41 - Rewrote the wNAF code for fast ECDSA verification.
41 - Reworked CPU capabilities detection for amd64 and aarch64. 42 - Reworked CPU capabilities detection for amd64 and aarch64.
42 - Improved the code setting compressed coordinates for EC points. 43 - Improved the code setting compressed coordinates for EC points.
43 - Added new SHA-256 assembly implementation for amd64. 44 - Added new SHA-256 assembly implementation for amd64.