summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-30 19:38:28 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-30 19:38:28 +0000
commit7e95cb73faa4cb2c24989414815a7a9eea77197e (patch)
treef333a4c3a292ce311865034c5aed1689989dbcd3
parenta8f463749fa9bae0c01c4a7c92fb84065977198f (diff)
downloadtor-7e95cb73faa4cb2c24989414815a7a9eea77197e.tar.gz
tor-7e95cb73faa4cb2c24989414815a7a9eea77197e.zip
r11769@Kushana: nickm | 2006-12-30 14:38:22 -0500
Write up some notes I found on a piece of paper while cleaning my living room. This way I can thow out the paper. svn:r9222
-rw-r--r--doc/dir-voting.txt5
-rw-r--r--doc/tor-spec.txt6
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/dir-voting.txt b/doc/dir-voting.txt
index 5c6812fed8..0f68586235 100644
--- a/doc/dir-voting.txt
+++ b/doc/dir-voting.txt
@@ -346,6 +346,11 @@ by the authorities. -RD]
Thoughts? -NM
+3.5. Compression
+
+ Gzip would be easier to work with than zlib; bzip2 would result in smaller
+ data lengths.
+
4. Migration
For directory voting:
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt
index 279fa2a76b..ff70466086 100644
--- a/doc/tor-spec.txt
+++ b/doc/tor-spec.txt
@@ -17,7 +17,7 @@ This specification is not a design document; most design criteria
are not examined. For more information on why Tor acts as it does,
see tor-design.pdf.
-TODO for v1 revision:
+TODO for v2 revision:
- Fix onionskin handshake scheme to be more mainstream, less nutty.
Can we just do
E(HMAC(g^x), g^x) rather than just E(g^x) ?
@@ -27,6 +27,10 @@ TODO for v1 revision:
- Versioned CREATE and friends
- Length on CREATE and friends
- Versioning on circuits
+ - Versioning on create cells
+ - SHA1 is showing its age
+ - Not being able to upgrade ciphersuites or increase key lengths is
+ lame.
TODO:
- REASON_CONNECTFAILED should include an IP.