diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-08-03 14:48:17 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-08-03 14:48:17 +0200 |
commit | 8557f64220d0f9e50d573e1aa4bf103b7ba7fb4f (patch) | |
tree | c0074be819e63aec319351302e0b04c4057ea0ff /doc/spec | |
parent | 9265190b16cae3b95f73bfb478e97b4fcfba0e17 (diff) | |
download | tor-8557f64220d0f9e50d573e1aa4bf103b7ba7fb4f.tar tor-8557f64220d0f9e50d573e1aa4bf103b7ba7fb4f.tar.gz |
Clarify that rend cookies shouldn't be reused
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/rend-spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/spec/rend-spec.txt b/doc/spec/rend-spec.txt index cab97097b..d440c8a81 100644 --- a/doc/spec/rend-spec.txt +++ b/doc/spec/rend-spec.txt @@ -591,7 +591,8 @@ RC Rendezvous cookie [20 octets] The rendezvous cookie is an arbitrary 20-byte value, chosen randomly by - Alice's OP. + Alice's OP. Alice SHOULD choose a new rendezvous cookie for each new + connection attempt. Upon receiving a RELAY_COMMAND_ESTABLISH_RENDEZVOUS cell, the OR associates the RC with the circuit that sent it. It replies to Alice with an empty |