diff options
author | Jack Lloyd <[email protected]> | 2018-02-23 09:38:12 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-02-23 09:38:12 -0500 |
commit | 4dfc4420ae6c2215151fcdde4d82d7fe0cd613a0 (patch) | |
tree | f4ecde389da5cd194c9af615f94caf3c49dec58b /news.rst | |
parent | 431ab823dbf5a9cf859b382da70d5a99a3a39411 (diff) |
Update news [ci skip]
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -6,8 +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 and ECDH being approximately 2-2.5x faster. (GH #1457) +* 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) * Add a new Credentials_Manager callback that specifies which CAs the server has indicated it trusts (GH #1395 fixing #1261) @@ -18,7 +19,7 @@ Version 2.5.0, Not Yet Released * Add new TLS::Callbacks methods that allow an application to negotiate use of custom elliptic curves. (GH #1448) -* Add ability to create custom ellipcic curves (GH #1441 #1444) +* Add ability to create custom elliptic curves (GH #1441 #1444) * Change DL_Group and EC_Group to store their data as shared_ptr for fast copying. Also both classes precompute additional useful values |