diff options
author | Jack Lloyd <[email protected]> | 2018-03-15 12:56:27 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-03-15 12:56:27 -0400 |
commit | 934e2db586832c38f5f0e21ce19dbd5e0ce175b5 (patch) | |
tree | 38b721c04d5566a181c61c3ebd59b28c92ec7482 /news.rst | |
parent | 8824c2d9f1b15406ae0a800dc5af5f6ce6b60b68 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,8 @@ Version 2.5.0, Not Yet Released * Implement product scanning Montgomery reduction, which improves Diffie-Hellman and RSA performance by 10 to 20% on most platforms. (GH #1472) +* DSA signing and verification performance has improved by 30-50%. + * Add a new Credentials_Manager callback that specifies which CAs the server has indicated it trusts (GH #1395 fixing #1261) @@ -40,6 +42,9 @@ Version 2.5.0, Not Yet Released fast copying. Also both classes precompute additional useful values (eg for modular reductions). (GH #1435 #1454) +* On Windows platforms RtlGenRandom is now used in preference to CryptoAPI + or CryptoNG libraries. (GH #1494) + * Make it possible for PKCS10 requests to include custom extensions. This also makes it possible to use muliple SubjectAlternativeNames of a single type in a request, which was previously not possible. (GH #1429 #1428) |