]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
prop250: Add changes file
authorDavid Goulet <dgoulet@torproject.org>
Tue, 3 May 2016 15:47:13 +0000 (11:47 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Fri, 1 Jul 2016 18:01:41 +0000 (14:01 -0400)
Fixes #16943

Signed-off-by: David Goulet <dgoulet@torproject.org>
Signed-off-by: George Kadianakis <desnacked@riseup.net>
changes/bug16943 [new file with mode: 0644]

diff --git a/changes/bug16943 b/changes/bug16943
new file mode 100644 (file)
index 0000000..7b96d1a
--- /dev/null
@@ -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.