aboutsummaryrefslogtreecommitdiff
path: root/tor-spec.txt
diff options
context:
space:
mode:
authorMartin Kepplinger <martink@posteo.de>2014-05-13 19:47:43 +0200
committerNick Mathewson <nickm@torproject.org>2014-05-14 09:25:07 -0400
commit23b94e24f3089ba1a4bcafcc5c92c3753df0f17d (patch)
treee52a5dec6ded0365e09051d35d3d7b6ed01b79d5 /tor-spec.txt
parentee5887c40531f73616a68c64718e094fc43986d4 (diff)
downloadtorspec-23b94e24f3089ba1a4bcafcc5c92c3753df0f17d.tar.gz
torspec-23b94e24f3089ba1a4bcafcc5c92c3753df0f17d.zip
Fix minor typos in tor-spec.txt
Diffstat (limited to 'tor-spec.txt')
-rw-r--r--tor-spec.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tor-spec.txt b/tor-spec.txt
index 2555af4..9ec2f57 100644
--- a/tor-spec.txt
+++ b/tor-spec.txt
@@ -501,7 +501,7 @@ see tor-design.pdf.
highest number contained both in the VERSIONS cell they sent and in the
versions cell they received. If they have no such version in common,
they cannot communicate and MUST close the connection. Either party MUST
- close the connection of the versions cell is not well-formed (for example,
+ close the connection if the versions cell is not well-formed (for example,
if it contains an odd number of bytes).
Since the version 1 link protocol does not use the "renegotiation"
@@ -648,8 +648,8 @@ see tor-design.pdf.
To check the AUTHENTICATE cell, a responder checks that all fields
from TYPE through TLSSECRETS contain their unique
correct values as described above, and then verifies the signature.
- signature. The server MUST ignore any extra bytes in the signed
- data after the SHA256 hash.
+ The server MUST ignore any extra bytes in the signed data after
+ the SHA256 hash.
Initiators MUST NOT send an AUTHENTICATE cell before they have
verified the certificates presented in the responder's CERTS
@@ -1087,7 +1087,7 @@ see tor-design.pdf.
bytes sent between Alice and Bob (assuming Alice was not already
connected to Bob.)
- To prevent this, when an OR we gets an extend request, it SHOULD use an
+ To prevent this, when an OR gets an extend request, it SHOULD use an
existing OR connection if the ID matches, and ANY of the following
conditions hold:
- The IP matches the requested IP.