aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
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)