[or-cvs] rend point nickname is nul-padded to avoid revealing rend p...
Roger Dingledine
arma at seul.org
Mon Apr 5 05:04:57 UTC 2004
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc
Modified Files:
rend-spec.txt
Log Message:
rend point nickname is nul-padded to avoid revealing rend point
Index: rend-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/rend-spec.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- rend-spec.txt 5 Apr 2004 04:42:00 -0000 1.12
+++ rend-spec.txt 5 Apr 2004 05:04:55 -0000 1.13
@@ -244,11 +244,11 @@
PK_ID Identifier for Bob's PK [20 octets]
Encrypted to Bob's PK:
- RP Rendezvous point's nickname [variable]
+ RP Rendezvous point's nickname [20 octets]
RC Rendezvous cookie [20 octets]
g^x Diffie-Hellman data, part 1 [128 octetes]
- PK_ID is the hash of Bob's public key. RP is NUL-terminated.
+ PK_ID is the hash of Bob's public key. RP is NUL-padded.
The data is encrypted to Bob's PK as follows: Suppose Bob's PK is L octets
long. If the data to be encrypted is shorter than L-42, then it is
More information about the tor-commits
mailing list