aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-02-26 17:26:40 -0500
committerJack Lloyd <[email protected]>2018-02-26 17:26:40 -0500
commita89255d933d02bb388f9a9fa1093b189f389732d (patch)
treec523d68e41698710f2e82e04a10612fe5145cdd5 /news.rst
parent72b12e25bfdacc2e9553f64b3d87a48cb46bd682 (diff)
Optimize P-256 and P-384 reduction
Precompute the multiples of the prime and then subtract directly.
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/news.rst b/news.rst
index 9026bcc5a..9f1ecde3f 100644
--- a/news.rst
+++ b/news.rst
@@ -6,9 +6,9 @@ Version 2.5.0, Not Yet Released
* Add support for RSA-PSS signatures in TLS (GH #1285)
-* A faster algorithm for ECC point multiplications is now used, resulting in
- ECDSA signature generation being 2-3 times fater than previous releases. Other
- optimizations have improved ECDSA verification time by about 25%. (GH #1457)
+* Several optimizations in ECC operations have improved ECDSA signature
+ generation and ECDH key exchange performance by 2 to 4 times as compared to
+ previous releases. ECDSA verification is 1.25 to 2 times faster. (GH #1457)
* Add a new Credentials_Manager callback that specifies which CAs the server
has indicated it trusts (GH #1395 fixing #1261)