diff options
author | Jack Lloyd <[email protected]> | 2018-04-16 07:18:52 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-04-16 07:18:52 -0400 |
commit | 7398cea6fd7bfc1012a8b17a5034c095777195d6 (patch) | |
tree | 8a9921c1702a7758617269d0015222e69c13fe82 /news.rst | |
parent | c620c61cf5e9379a074a1ff8fa9fa913c27dd5eb (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -7,6 +7,19 @@ Version 2.7.0, Not Yet Released * Optimized elliptic point doubling for curves with an ``a`` parameter of zero or negative three. (GH #1534) +* Allow the year to be up to 2200 in ASN.1 time objects. Previously this + was limited to 2100. (GH #1536) + +* XMSS signature verification did not check that the signature was of + the expected length which could lead to a crash. (GH #1537) + +* Small optimizations for ECC (#1531) + +* In the test suite use ``mkstemp`` to create temporary files instead + of creating them in the current working directory. (GH #1533 #1530) + +* Avoid creating symlinks to the shared object on OpenBSD (#1535) + Version 2.6.0, 2018-04-10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |