diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-11-14 20:01:12 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-11-14 20:01:12 +0000 |
commit | d483d3144aa20b316578a37cf6a8b74343ca7dba (patch) | |
tree | 70b867f30db38a077e466775dd2008326d047564 /doc | |
parent | bbb34846b4df194e25304a84a3fe95634e01bc0d (diff) | |
download | tor-d483d3144aa20b316578a37cf6a8b74343ca7dba.tar.gz tor-d483d3144aa20b316578a37cf6a8b74343ca7dba.zip |
r16669@catbus: nickm | 2007-11-14 14:50:03 -0500
When we complete an OR handshake, set up all the internal fields and mark the connection as open.
svn:r12495
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -50,11 +50,10 @@ Things we'd like to do in 0.2.0.x: o Generate CERT cells o Keep copies of X509 certs around, not necessarily associated with connection. - . LINK_AUTH cells + o LINK_AUTH cells o Code to generate o Remember certificate digests from TLS o Code to parse and check - - Unit tests - Revised handshake: TLS - Server checks for new cipher types, and if it finds them, sends only one cert and does not ask for client certs. @@ -65,9 +64,9 @@ Things we'd like to do in 0.2.0.x: o If in 'handshaking' state (since v2+ conn is in use), accept VERSIONS and NETINFO and CERT and LINK_AUTH. o After we send NETINFO, send CERT and LINK_AUTH if needed. - - Once we get a good LINK_AUTH, the connection is OPEN. + o Once we get a good LINK_AUTH, the connection is OPEN. - Ban most cell types on a non-OPEN connection. - - Close connections on handshake failure. + o Close connections on handshake failure. o Make code work right wrt TLS context rotation. - NETINFO fallout - Don't extend a circuit over a noncanonical connection with |