From: David Goulet Date: Tue, 3 May 2016 15:47:13 +0000 (-0400) Subject: prop250: Add changes file X-Git-Tag: tor-0.2.9.1-alpha~84^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b12d4852efaf6a6a5184abddacb777d30bf9850f;p=thirdparty%2Ftor.git prop250: Add changes file Fixes #16943 Signed-off-by: David Goulet Signed-off-by: George Kadianakis --- 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.