diff options
author | Theo Buehler <tb@openbsd.org> | 2024-12-12 03:42:54 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-12-12 03:42:54 -0700 |
commit | 7b5be5b0e5dc238d95303d5efbae9620ad85834b (patch) | |
tree | 7d76dbb869ddb8c0498059eb7f27549573b7e72a | |
parent | 915f39dc8cd812dcc4961672506d8c3f6b841dea (diff) | |
download | portable-7b5be5b0e5dc238d95303d5efbae9620ad85834b.tar.gz portable-7b5be5b0e5dc238d95303d5efbae9620ad85834b.tar.bz2 portable-7b5be5b0e5dc238d95303d5efbae9620ad85834b.zip |
Tweak ChangeLog
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,8 +39,8 @@ LibreSSL Portable Release Notes: | |||
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 | - Rewrote the wNAF code for fast ECDSA verification. |
42 | - Reworked CPU capabilities detection for amd64 and aarch64. | ||
43 | - Improved the code setting compressed coordinates for EC points. | 42 | - Improved the code setting compressed coordinates for EC points. |
43 | - Reworked CPU capabilities detection for amd64 and aarch64. | ||
44 | - New SHA-1, SHA-256 and SHA-512 assembly implementations for amd64. | 44 | - New SHA-1, SHA-256 and SHA-512 assembly implementations for amd64. |
45 | These make use of the SHA-NI instruction if it is available and | 45 | These make use of the SHA-NI instruction if it is available and |
46 | replace the perl-generated assembly optimized for museum pieces. | 46 | replace the perl-generated assembly optimized for museum pieces. |