From bde95f383ca39ff5e7331264c751f5be5e442a8e Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Wed, 4 Dec 2019 13:22:24 +0200 Subject: Include the HS address in ONION_CLIENT_AUTH_VIEW replies. --- control-spec.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'control-spec.txt') 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 -- cgit v1.2.3-54-g00ecf