aboutsummaryrefslogtreecommitdiff
path: root/control-spec.txt
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-12-04 13:22:24 +0200
committerGeorge Kadianakis <desnacked@riseup.net>2019-12-04 13:22:39 +0200
commitbde95f383ca39ff5e7331264c751f5be5e442a8e (patch)
tree7d3e44f895db8577a48a289d198d5b44d9cadedb /control-spec.txt
parent2b47d247b3ac6da3ce78c67df4a07fc895cb5fd0 (diff)
downloadtorspec-bde95f383ca39ff5e7331264c751f5be5e442a8e.tar.gz
torspec-bde95f383ca39ff5e7331264c751f5be5e442a8e.zip
Include the HS address in ONION_CLIENT_AUTH_VIEW replies.
Diffstat (limited to 'control-spec.txt')
-rw-r--r--control-spec.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/control-spec.txt b/control-spec.txt
index ec43516..18e815e 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -1878,11 +1878,12 @@
The server reply format is:
"250-ONION_CLIENT_AUTH_VIEW" [SP HSAddress] CRLF
- *("250-CLIENT" SP KeyType ":" PrivateKeyBlob
+ *("250-CLIENT" SP HSAddress SP KeyType ":" PrivateKeyBlob
[SP "ClientName=" Nickname]
[SP "Flags=" FLAGS] CRLF)
"250 OK" CRLF
+ HSAddress = The onion address under which this credential is stored
KeyType = "x25519" is the only one supported right now
PrivateKeyBlob = base64 encoding of x25519 key