diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-04-01 01:17:45 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-04-01 01:17:45 +0000 |
commit | 6c9c4a3249de5befb2564381075529cb4d2a63ef (patch) | |
tree | d5031921697ba32dab34df55a3082cda6c18ec8a /doc | |
parent | 6d8be5e6f62ae2b64cee5a65e542700c9128f670 (diff) | |
download | tor-6c9c4a3249de5befb2564381075529cb4d2a63ef.tar.gz tor-6c9c4a3249de5befb2564381075529cb4d2a63ef.zip |
Bob needs the hash of his PK in order to know which hidden service to be.
svn:r1420
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rend-spec.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/rend-spec.txt b/doc/rend-spec.txt index 5a1ef49a9e..0129ffe87c 100644 --- a/doc/rend-spec.txt +++ b/doc/rend-spec.txt @@ -257,10 +257,9 @@ Tor Rendezvous Spec 1.9. Introduction: From the Introduction Point to Bob's OP If the Introduction Point recognizes PK_ID as a public key which has - established a circuit for introductions as in 1.3 above, it sends the - encrypted portion of the cell in a new RELAY_INTRODUCE2 cell down the - corresponding circuit. (If the PK_ID is unrecognized, the - RELAY_INTRODUCE1 cell is discarded.) + established a circuit for introductions as in 1.3 above, it sends the body + of the cell in a new RELAY_INTRODUCE2 cell down the corresponding circuit. + (If the PK_ID is unrecognized, the RELAY_INTRODUCE1 cell is discarded.) When Bob's OP receives the RELAY_INTRODUCE2 cell, it decrypts it with the private key for the corresponding hidden service, and extracts the |