aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-04-16 07:18:52 -0400
committerJack Lloyd <[email protected]>2018-04-16 07:18:52 -0400
commit7398cea6fd7bfc1012a8b17a5034c095777195d6 (patch)
tree8a9921c1702a7758617269d0015222e69c13fe82 /news.rst
parentc620c61cf5e9379a074a1ff8fa9fa913c27dd5eb (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 352886c57..cb77a317f 100644
--- a/news.rst
+++ b/news.rst
@@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^