aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2024-03-05 15:50:03 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2024-03-05 15:50:51 +0000
commita2b1828178afde1904b248b62e854cf1f4daf27c (patch)
treeaf3a10fde12e725e89efd18fd2470c17f8cb52fb
parent4ef958b071429e46edf05d7ac3fe0f17a06601a2 (diff)
downloadtorspec-a2b1828178afde1904b248b62e854cf1f4daf27c.tar.gz
torspec-a2b1828178afde1904b248b62e854cf1f4daf27c.zip
Cross reference from INTRODUCE1 to pow-params
-rw-r--r--spec/rend-spec/introduction-protocol.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/rend-spec/introduction-protocol.md b/spec/rend-spec/introduction-protocol.md
index aa01268..829ba98 100644
--- a/spec/rend-spec/introduction-protocol.md
+++ b/spec/rend-spec/introduction-protocol.md
@@ -524,7 +524,10 @@ POW_SOLUTION is a matching proof computed by the client's solver
Only SCHEME 1, `v1`, is currently defined.
Other schemes may have a different format,
after the POW_SCHEME byte.
-A correctly functioning client only submits solutions with a scheme and seed which were advertised by the server and have not yet expired.
+A correctly functioning client only submits solutions with a scheme and seed which were advertised by the server
+(using a "pow-params" Item in the
+[HS descriptor](hsdesc-encrypt.md#second-layer-plaintext))
+and have not yet expired.
An extension with an unknown scheme or expired seed is suspicious and SHOULD result in introduction failure.
Introduced in tor-0.4.8.1-alpha.