[tor-commits] [torspec/master] prop224: Remove redundant 'ed25519' header from 'auth-key'.

asn at torproject.org asn at torproject.org
Fri Jun 24 12:22:20 UTC 2016


commit 40ece65c499c116e4d332a99c91131693478653b
Author: George Kadianakis <desnacked at riseup.net>
Date:   Fri Jun 24 15:21:23 2016 +0300

    prop224: Remove redundant 'ed25519' header from 'auth-key'.
    
    The certificate already denotes the type of key.
---
 proposals/224-rend-spec-ng.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proposals/224-rend-spec-ng.txt b/proposals/224-rend-spec-ng.txt
index f9e61e6..e14c2be 100644
--- a/proposals/224-rend-spec-ng.txt
+++ b/proposals/224-rend-spec-ng.txt
@@ -1004,7 +1004,7 @@ Table of contents:
           The link-specifiers is a base64 encoding of a link specifier
           block in the format described in BUILDING-BLOCKS.
 
-        "auth-key" SP "ed25519" NL certificate NL
+        "auth-key" NL certificate NL
 
           [Exactly once per introduction point]
 



More information about the tor-commits mailing list