summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2016-05-03 11:47:13 -0400
committerDavid Goulet <dgoulet@torproject.org>2016-07-01 14:01:41 -0400
commitb12d4852efaf6a6a5184abddacb777d30bf9850f (patch)
tree5199f1c66e2f2e702b6782446fe7c66f719fac73
parent39be8af7092a4ee004f4c53fa1e55678d9d67f1f (diff)
downloadtor-b12d4852efaf6a6a5184abddacb777d30bf9850f.tar.gz
tor-b12d4852efaf6a6a5184abddacb777d30bf9850f.zip
prop250: Add changes file
Fixes #16943 Signed-off-by: David Goulet <dgoulet@torproject.org> Signed-off-by: George Kadianakis <desnacked@riseup.net>
-rw-r--r--changes/bug169438
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug16943 b/changes/bug16943
new file mode 100644
index 0000000000..7b96d1aee3
--- /dev/null
+++ b/changes/bug16943
@@ -0,0 +1,8 @@
+ o Major features (dirauths, security, hidden services):
+ - Directory authorities can now perform the shared randomness protocol
+ specified by proposal 250. Using this protocol, directory authorities can
+ generate a global fresh random number every day. In the future, this
+ global randomness will be used by hidden services to select their
+ responsible HSDirs. This release only implements the directory authority
+ feature; the hidden service side will be implemented in the future as
+ part of proposal 224 . Resolves ticket #16943 and proposal 250.