[tor-commits] [torspec/master] Include the HS address in ONION_CLIENT_AUTH_VIEW replies.
asn at torproject.org
asn at torproject.org
Wed Dec 4 16:48:58 UTC 2019
commit bde95f383ca39ff5e7331264c751f5be5e442a8e
Author: George Kadianakis <desnacked at riseup.net>
Date: Wed Dec 4 13:22:24 2019 +0200
Include the HS address in ONION_CLIENT_AUTH_VIEW replies.
---
control-spec.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
More information about the tor-commits
mailing list