aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b953b99..50f0fcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.