[or-cvs] New and frightening code to implement fast-path first-hop C...
Nick Mathewson
nickm at seul.org
Mon May 2 22:35:20 UTC 2005
Update of /home/or/cvsroot/tor/doc
In directory moria.mit.edu:/tmp/cvs-serv20397/doc
Modified Files:
tor-spec.txt
Log Message:
New and frightening code to implement fast-path first-hop CREATE_FAST cells. Watch out when we bump the version to 0.1.0.6-rc!
Index: tor-spec.txt
===================================================================
RCS file: /home/or/cvsroot/tor/doc/tor-spec.txt,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- tor-spec.txt 2 May 2005 22:09:34 -0000 1.84
+++ tor-spec.txt 2 May 2005 22:35:18 -0000 1.85
@@ -214,7 +214,7 @@
When initializing the first hop of a circuit, the OP has already
established the OR's identity and negotiated a secret key using TLS.
Because of this, it is not always necessary for the OP to perform the
- an set of public key operations to create a circuit. In this case, the
+ public key operations to create a circuit. In this case, the
OP SHOULD send a CREATE_FAST cell instead of a CREATE cell for the first
hop only. The OR responds with a CREATED_FAST cell, and the circuit is
created.
@@ -228,7 +228,7 @@
Key material (Y) [20 bytes]
Derivative key data [20 bytes]
- [Versions of Tor before 0.1.???? did not support these cell types;
+ [Versions of Tor before 0.1.0.6-rc did not support these cell types;
clients should not send CREATE_FAST cells to older Tor servers.]
4.2. Setting circuit keys
More information about the tor-commits
mailing list