diff options
author | Theo Buehler <tb@openbsd.org> | 2024-11-22 10:01:27 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-11-22 10:01:27 -0700 |
commit | c25fc02d9858328d173b58fd9a04cb01fda1df38 (patch) | |
tree | cc7e16436b9a8f79c4d63076b2e8cf55a8717c45 | |
parent | 8de367893bf8198d0959d4fabed9847b90209ae0 (diff) | |
download | portable-c25fc02d9858328d173b58fd9a04cb01fda1df38.tar.gz portable-c25fc02d9858328d173b58fd9a04cb01fda1df38.tar.bz2 portable-c25fc02d9858328d173b58fd9a04cb01fda1df38.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |