commit 9633331a0d254f1b9795a5139463587f0675189f Author: David Goulet dgoulet@torproject.org Date: Wed Apr 19 09:53:11 2017 -0400
prop224: Make ed25519 identity key mandatory for link specifiers
Signed-off-by: David Goulet dgoulet@torproject.org --- proposals/224-rend-spec-ng.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
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
tor-commits@lists.torproject.org