This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
commit 5f3e97cfa13c4c86e507d376fc21e9867466b785 Author: Ian Jackson ijackson@chiark.greenend.org.uk AuthorDate: Wed Jan 18 15:58:03 2023 +0000
Provide names for HS client authentication keys --- rend-spec-v3.txt | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/rend-spec-v3.txt b/rend-spec-v3.txt index 406c09a..5f0ead1 100644 --- a/rend-spec-v3.txt +++ b/rend-spec-v3.txt @@ -652,11 +652,13 @@ Table of contents:
- An x25519 keypair used to compute decryption keys that allow the client to decrypt the hidden service descriptor. See [HS-DESC-ENC]. + KP_hsc_desc_enc, KS_hsd_desc_enc.
- An ed25519 keypair which allows the client to compute signatures which prove to the hidden service that the client is authorized. These signatures are inserted into the INTRODUCE1 cell, and without them the introduction to the hidden service cannot be completed. See [INTRO-AUTH]. + KP_hsc_intro_auth, KS_hsc_intro_auth.
The right way to exchange these keys is to have the client generate keys and send the corresponding public keys to the hidden service out-of-band. An