summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-11-08 06:33:43 +0000
committerRoger Dingledine <arma@torproject.org>2008-11-08 06:33:43 +0000
commit5ad3669e9301ae40fddd4dcb97c3994aba06fc11 (patch)
tree8030a8079ce4ad9ea291571ee5a185dfe155e490
parent39f2b6a849b86da65607d3d68265acd335efec4d (diff)
downloadtor-5ad3669e9301ae40fddd4dcb97c3994aba06fc11.tar.gz
tor-5ad3669e9301ae40fddd4dcb97c3994aba06fc11.zip
some changes i found in my other sandbox
svn:r17216
-rw-r--r--doc/TODO.0214
-rw-r--r--doc/spec/proposals/124-tls-certificates.txt2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/TODO.021 b/doc/TODO.021
index 15a0e0ba59..e75ac4737e 100644
--- a/doc/TODO.021
+++ b/doc/TODO.021
@@ -110,6 +110,8 @@ Roger
- Did we actually apply Steven's dkimproxy patch?
- Brainstorm about safe but effective ways for vidalia to
auto-update its user's bridges via Tor in the background.
+ - it doesn't count as successfully opening a circuit if it's not
+ an exit circuit.
Mike:
- Roger wants to get an email every time there's a blog change,
@@ -190,6 +192,8 @@ R d 128: families of private bridges
K - 143: Improvements of Distributed Hidden Service Descriptor Storage:
only easy parts for 0.2.1.x, defer complex ones to 0.2.2.x.
- 147: Eliminate the need for v2 directories in generating v3 directories
+R - authorities should initiate a reachability test upon first
+ glimpsing a new descriptor.
- 148: Stream end reasons from the client side should be uniform.
K - 155: Four Improvements of Hidden Service Performance
diff --git a/doc/spec/proposals/124-tls-certificates.txt b/doc/spec/proposals/124-tls-certificates.txt
index 7ed89707b4..0a47772732 100644
--- a/doc/spec/proposals/124-tls-certificates.txt
+++ b/doc/spec/proposals/124-tls-certificates.txt
@@ -143,7 +143,7 @@ Version negotiation and cipher suite selection:
Cert_Length [2 bytes]
Certificate [<cert_length> bytes]
- Each certificate MUST sign the one prececeding it. The initator MUST
+ Each certificate MUST sign the one preceding it. The initator MUST
place its connection certificate first; the responder, having
already sent its connection certificate as part of the TLS handshake
MUST place its identity certificate first.