aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/news.rst b/news.rst
index 36dbe6f81..914568dac 100644
--- a/news.rst
+++ b/news.rst
@@ -10,6 +10,9 @@ Version 2.11.0, Not Yet Released
* Add a libsodium compat layer in sodium.h (GH #1996)
+* XMSS now follows RFC 8391 which is incompatible with previous versions, which
+ had followed draft 6. (GH #1858 #2003)
+
* Add server side support for issuing DTLS HelloVerifyRequest messages
(GH #1999)
@@ -74,9 +77,6 @@ Version 2.11.0, Not Yet Released
* Remove use of table lookups for IP/FP transforms in DES (GH #1928)
-* XMSS now follows RFC 8391 which is incompatible with previous
- versions, which followed draft-6. (GH #1858)
-
* Improve the tests for SRP6 (GH #1917 #1923)
* Document the build system