aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-10-30 12:38:43 -0400
committerJack Lloyd <[email protected]>2018-10-30 12:38:43 -0400
commitc00c0c4cc35bb7cd9355f1768f03fc49f2991b1b (patch)
tree90c520cfd9f13039877fbf0ae8bf0ac5efc73d37 /news.rst
parent29b96b2fede340c0435f228816e63ff738f7660e (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 04e133dc5..a560ef1f2 100644
--- a/news.rst
+++ b/news.rst
@@ -21,6 +21,12 @@ Version 2.9.0, Not Yet Released
this size are allowed by the standard and other XTS implementations.
(GH #1706)
+* Resolve a bug in TSS which resulted in it using an incorrect length
+ field in the shares. Now the correct length is encoded, but either
+ correct or buggy lengths are accepted when decoding. (GH #1722)
+
+* Add CLI utils for threshold secret splitting. (GH #1722)
+
* Fix a bug introduced in 2.8.0 that caused compilation failure if using
a single amalgamation file with AVX2 enabled. (GH #1700)