diff options
author | Roger Dingledine <arma@torproject.org> | 2003-09-20 06:56:15 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-09-20 06:56:15 +0000 |
commit | 7afe2adbaf09a3743ff6ce05d2c6ccdb19dca50c (patch) | |
tree | 542969e56fd070636740a96aa6767e982a090604 /doc/tor-spec.txt | |
parent | e514ac528c11573b16d0003db4a699e669ff4bcb (diff) | |
download | tor-7afe2adbaf09a3743ff6ce05d2c6ccdb19dca50c.tar.gz tor-7afe2adbaf09a3743ff6ce05d2c6ccdb19dca50c.zip |
add a lot of todo entries, from today's meeting
svn:r474
Diffstat (limited to 'doc/tor-spec.txt')
-rw-r--r-- | doc/tor-spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index e19e7d09d4..5f17e37968 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -194,10 +194,10 @@ which reveals the downstream node. 1. Create an onion skin, encrypting the RSA-encrypted part with R's public key. - 2. Encrypt and send the onion skin in a RELAY_CREATE cell along + 2. Encrypt and send the onion skin in a relay EXTEND cell along the circuit (see section 5). - 3. When a RELAY_CREATED cell is received, calculate the shared + 3. When a relay EXTENDED cell is received, calculate the shared keys. The circuit is now extended. When an onion router receives an EXTEND relay cell, it sends a |