diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-12 21:39:33 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-12 21:39:33 +0000 |
commit | 0c40a080a493c9ffc76c78e9795f64d3a194a36c (patch) | |
tree | be67d7c594d95ddc9fc92fa3342ab180f73e8dfb /doc | |
parent | 3af0d90a7ae26453ebc49504cc3591ec13bb6f6f (diff) | |
download | tor-0c40a080a493c9ffc76c78e9795f64d3a194a36c.tar tor-0c40a080a493c9ffc76c78e9795f64d3a194a36c.tar.gz |
r11773@catbus: nickm | 2007-02-12 15:18:48 -0500
Implement proposal 106: stop requiring clients to have certificates, and stop checking for nicknames in certificates. [See proposal 106 for rationale.] Also improve messages when checking TLS handshake, to re-resolve bug 382.
svn:r9568
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 18 | ||||
-rw-r--r-- | doc/spec/proposals/000-index.txt | 2 | ||||
-rw-r--r-- | doc/spec/proposals/106-less-tls-constraint.txt | 2 |
3 files changed, 13 insertions, 9 deletions
@@ -111,12 +111,14 @@ NR. Write path-spec.txt - recommend gaim. - unrecommend IE because of ftp:// bug. N - we should add a preamble to tor-design saying it's out of date. -N - Document transport and natdport - - - Forward compatibility fixes - - Caches should start trying to cache consensus docs? -NR - Design -N - Implement, if we think it's smart. +N . Document transport and natdport + o In man page + - In a good HOWTO. + + . Forward compatibility fixes + D Caches should start trying to cache consensus docs? + D Design + D Implement, if we think it's smart. - Start uploading short and long descriptors; authorities should support URLs to retrieve long descriptors, and should discard short descriptors for now. Later, once tools use the "long descriptor" URLs, authorities @@ -124,9 +126,11 @@ N - Implement, if we think it's smart. a descriptor. NR - Design N - Implement, if we think it's smart. - - Check for any outstanding checks we do on the form or number of client + o Check for any outstanding checks we do on the form or number of client certificates that would prevent us from executing certain blocking-resistance strategies. + o Design (proposal 106) + o Implement Things we'd like to do in 0.2.0: - Proposals: diff --git a/doc/spec/proposals/000-index.txt b/doc/spec/proposals/000-index.txt index 9ea3d7aa2..9cd76f262 100644 --- a/doc/spec/proposals/000-index.txt +++ b/doc/spec/proposals/000-index.txt @@ -24,5 +24,5 @@ Proposals by number: 103 Splitting identity key from regularly used signing key [OPEN] 104 Long and Short Router Descriptors [OPEN] 105 Version negotiation for the Tor protocol [OPEN] -106 Checking fewer things during TLS handshakes [OPEN] +106 Checking fewer things during TLS handshakes [FINISHED] diff --git a/doc/spec/proposals/106-less-tls-constraint.txt b/doc/spec/proposals/106-less-tls-constraint.txt index 0c71d6caa..f44532e19 100644 --- a/doc/spec/proposals/106-less-tls-constraint.txt +++ b/doc/spec/proposals/106-less-tls-constraint.txt @@ -4,7 +4,7 @@ Version: $Revision: 12105 $ Last-Modified: $Date: 2007-01-30T07:50:01.643717Z $ Author: Nick Mathewson Created: -Status: Accepted +Status: Finished Overview: |