Implement proposal 227-vote-on-package-fingerprints.txt

This implementation includes tests and a little documentation.
This commit is contained in:
Nick Mathewson
2015-01-09 11:36:47 -05:00
parent 33df3e37ff
commit c83d838146
12 changed files with 348 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (directory system):
- Authorities can now vote on the correct digests and latest versions for
different software packages. This allows packages that include Tor to use
the Tor authority system as a way to get notified of updates and their
correct digests. Implements proposal 227. Closes ticket 10395.