aboutsummaryrefslogtreecommitdiff
path: root/socks-extensions.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-08-16 09:28:10 -0400
committerNick Mathewson <nickm@torproject.org>2023-08-16 09:29:21 -0400
commitb82225f4fe1127c2886232b0b6f8ac1e606728ca (patch)
tree89ec61b339801aa9eba67183497dacacc419ed8b /socks-extensions.txt
parent560a8d065d86c4736c5d52de6011b5864bf1be9d (diff)
downloadtorspec-b82225f4fe1127c2886232b0b6f8ac1e606728ca.tar.gz
torspec-b82225f4fe1127c2886232b0b6f8ac1e606728ca.zip
Copy new socks error codes from tor.1.txt to socks-extensions
Closes #208
Diffstat (limited to 'socks-extensions.txt')
-rw-r--r--socks-extensions.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/socks-extensions.txt b/socks-extensions.txt
index b529879..1668b3f 100644
--- a/socks-extensions.txt
+++ b/socks-extensions.txt
@@ -152,6 +152,17 @@ Table of Contents
unable to decrypt its content using the client authorization information
it has. This means the client access were revoked.
+ * X'F6' Onion Service Invalid Address
+
+ The given .onion address is invalid. In one of these cases this
+ error is returned: address checksum doesn't match, ed25519 public
+ key is invalid or the encoding is invalid.
+
+ * X'F7' Onion Service Introduction Timed Out
+
+ Similar to X'F2' code but in this case, all introduction attempts
+ have failed due to a time out.
+
References:
[1] http://en.wikipedia.org/wiki/SOCKS#SOCKS4