aboutsummaryrefslogtreecommitdiff
path: root/spec/ext-orport-spec.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ext-orport-spec.md')
-rw-r--r--spec/ext-orport-spec.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/ext-orport-spec.md b/spec/ext-orport-spec.md
index 75e2ec2..9d84f92 100644
--- a/spec/ext-orport-spec.md
+++ b/spec/ext-orport-spec.md
@@ -55,7 +55,7 @@ connects to an Extended ORPort, the server sends:
The client reads the list of supported authentication schemes,
chooses one, and sends it back:
-AuthType [1 octet]
+AuthType \[1 octet\]
Where,
@@ -117,11 +117,11 @@ authentication protocol.
A client that performs the SAFE_COOKIE handshake begins by sending:
-ClientNonce [32 octets]
+ClientNonce \[32 octets\]
Where,
-+ ClientNonce is 32 octets of random data.
+- ClientNonce is 32 octets of random data.
Then, the server replies with:
@@ -144,7 +144,7 @@ terminate the connection.
Otherwise the client replies with:
-ClientHash [32 octets]
+ClientHash \[32 octets\]
```text
Where,
@@ -158,7 +158,7 @@ validates it against the ClientHash provided by the client.
Finally, the server replies with:
-Status [1 octet]
+Status \[1 octet\]
```text
Where,