aboutsummaryrefslogtreecommitdiff
path: root/proposals/224-rend-spec-ng.txt
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-04-19 09:53:11 -0400
committerDavid Goulet <dgoulet@torproject.org>2017-04-19 09:53:11 -0400
commit9633331a0d254f1b9795a5139463587f0675189f (patch)
tree216c8edaa244fe26e452587f5003274058608abb /proposals/224-rend-spec-ng.txt
parent839b01687585ea3d836cfd2c5c53237a99752800 (diff)
downloadtorspec-9633331a0d254f1b9795a5139463587f0675189f.tar.gz
torspec-9633331a0d254f1b9795a5139463587f0675189f.zip
prop224: Make ed25519 identity key mandatory for link specifiers
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'proposals/224-rend-spec-ng.txt')
-rw-r--r--proposals/224-rend-spec-ng.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/proposals/224-rend-spec-ng.txt b/proposals/224-rend-spec-ng.txt
index 2d6f261..c037ff8 100644
--- a/proposals/224-rend-spec-ng.txt
+++ b/proposals/224-rend-spec-ng.txt
@@ -237,7 +237,8 @@ Table of contents:
Link specifier types are as described in tor-spec.txt. Every set of
link specifiers MUST include at minimum specifiers of type [00]
- (TLS-over-TCP, IPv4) and [02] (legacy node identity).
+ (TLS-over-TCP, IPv4), [02] (legacy node identity) and [03] (ed25519
+ identity key).
We also incorporate Tor's circuit extension handshakes, as used in
the CREATE2 and CREATED2 cells described in tor-spec.txt. In these