mirror of
https://github.com/torproject/torspec.git
synced 2024-11-23 09:49:45 +00:00
fix a few typos
This commit is contained in:
parent
1b05c7c9ed
commit
0b9fbb893c
@ -17,7 +17,7 @@ Supersedes: 169
|
||||
and authenticate the original handshake, this proposal takes an
|
||||
approach similar to Steven Murdoch's proposal 124 and my old
|
||||
proposal 169, and uses Tor cells to finish authenticating the
|
||||
parties' identities once the initial TLS handshake is finished.spo
|
||||
parties' identities once the initial TLS handshake is finished.
|
||||
|
||||
I discuss some alternative design choices and why I didn't make
|
||||
them in section 7; please have a quick look there before
|
||||
|
@ -244,12 +244,12 @@ Status: Open
|
||||
|
||||
DIGEST [20 bytes]
|
||||
|
||||
If the DATA_LEN value is less then 4 bytes, the cell should be
|
||||
If the DATA_LEN value is less than 4 bytes, the cell should be
|
||||
dropped and the circuit closed. If the value is more than 4 bytes,
|
||||
then the first 20 bytes should be read to get the correct value.
|
||||
|
||||
The DIGEST is the digest value from the cell that triggered this
|
||||
SENDME as mentionned above. This value is matched on the other side
|
||||
SENDME as mentioned above. This value is matched on the other side
|
||||
from the previous cell.
|
||||
|
||||
If a VERSION is unrecognized, the SENDME cell should be treated as version
|
||||
|
Loading…
Reference in New Issue
Block a user