diff options
author | Jack Lloyd <[email protected]> | 2018-03-21 05:47:42 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-03-21 05:47:42 -0400 |
commit | 62592cd4e2f2fabd3b8a1c1c21cf9d85456642c9 (patch) | |
tree | f3ee179e5212814b30787ac2ac2744da722552f9 /news.rst | |
parent | 756ac1585709de94dab0988e20d34ef37c83093e (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,8 @@ Version 2.5.0, Not Yet Released * Add support for POWER8 AES instructions (GH #1459 #1393 #1206) +* Fix DSA/ECDSA handling of hashes longer than the group order (GH #1502 #986) + * The default encoding of ECC public keys has changed from compressed to uncompressed point representation. This improves compatability with some common software packages including Golang's standard library. @@ -90,6 +92,8 @@ Version 2.5.0, Not Yet Released * Use feature flags to enable/disable system specific code (GH #1378) +* Add --msvc-runtime option to allow using static runtime (GH #1499 #210) + * The threefish module has been renamed threefish_512 since that is the algorithm it provides. (GH #1477) |