[tor-commits] [torspec/master] prop224: Some syntax fixes and remove time-period

asn at torproject.org asn at torproject.org
Sat Apr 9 11:15:20 UTC 2016


commit 68c654d37aaa4c3f9e87b6639c95509715369367
Author: David Goulet <dgoulet at ev0ke.net>
Date:   Thu Mar 10 09:50:41 2016 -0500

    prop224: Some syntax fixes and remove time-period
    
    Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
 proposals/224-rend-spec-ng.txt | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/proposals/224-rend-spec-ng.txt b/proposals/224-rend-spec-ng.txt
index 8dd30b0..f7a4304 100644
--- a/proposals/224-rend-spec-ng.txt
+++ b/proposals/224-rend-spec-ng.txt
@@ -839,23 +839,19 @@ Status: Draft
    The format for a hidden service descriptor is as follows, using the
    meta-format from dir-spec.txt.
 
-     "hs-descriptor" SP "3" certificate NL
+     "hs-descriptor" SP version-number SP certificate NL
 
        [At start, exactly once.]
 
+       The version-number contains a positive integer indicating the version
+       of the descriptor. Current version is "3".
+
        The 'certificate' field contains a certificate in the format from
        proposal 220, with the short-term ed25519 descriptor-signing key
        for the replica, signed by the blinded public key for the replica.
        It must contain a ed25519-signing-key extension containing the
        blinded public key for the replica.
 
-     "time-period" SP YYYY-MM-DD HH:MM:SS NUM NL
-
-       [Exactly once.]
-
-       The time period for which this descriptor is relevant, including
-       its starting time and its period number.
-
      "revision-counter" SP Integer NL
 
        [Exactly once.]
@@ -987,10 +983,10 @@ Status: Draft
 
       [Exactly once]
 
-      A space-separated list of integers denoting CREATE2 cell format
-      numbers that the server recognizes. Must include at least TAP and
-      ntor as described in tor-spec.txt. See tor-spec section 5.1 for a
-      list of recognized handshake types.
+      A space-separated list of integers denoting CREATE2 cell format numbers
+      that the server recognizes. Must include at least ntor as described in
+      tor-spec.txt. See tor-spec section 5.1 for a list of recognized
+      handshake types.
 
      "authentication-required" SP types NL
 
@@ -1011,7 +1007,7 @@ Status: Draft
           The link-specifiers is a base64 encoding of a link specifier
           block in the format described in BUILDING-BLOCKS.
 
-        "auth-key" SP "ed25519" certificate NL
+        "auth-key" SP "ed25519" SP certificate NL
 
           [Exactly once per introduction point]
 





More information about the tor-commits mailing list