mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
rend point nickname is nul-padded to avoid revealing rend point
svn:r1474
This commit is contained in:
parent
fda9d9c779
commit
d70063578d
@ -244,11 +244,11 @@ Tor Rendezvous Spec
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user