summaryrefslogtreecommitdiff
path: root/lib/glider/master_keys.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-10-14 05:04:40 +0000
committerNick Mathewson <nickm@torproject.org>2008-10-14 05:04:40 +0000
commitfb5a6115a6f3ea0216e3ca0645ba1eb31fb02876 (patch)
tree76a0b3276b5d60eb7ed5d4a783a1cb41ec89c664 /lib/glider/master_keys.py
parent047f0117bf3ccf5b7e1a36b760a5c75f988bc72e (diff)
Implement all of signing-side and server-side for updater, and the core loops of client-side. More downloader support is needed, and more polishing. See TODO for details. This no longer matches glider-spec.txt exactly. Notably, it uses json instead of sexp.
git-svn-id: file:///home/or/svnrepo/updater/trunk@17084 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'lib/glider/master_keys.py')
-rw-r--r--lib/glider/master_keys.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/glider/master_keys.py b/lib/glider/master_keys.py
new file mode 100644
index 0000000..0d455d1
--- /dev/null
+++ b/lib/glider/master_keys.py
@@ -0,0 +1,5 @@
+
+
+MASTER_KEYS = [
+
+]