[tor-commits] [torspec/master] Specify that hidden service version numbers are positive integers

nickm at torproject.org nickm at torproject.org
Wed Feb 25 14:32:13 UTC 2015


commit ae07a30d020c543e8fcaac4f90146d981a2ad00e
Author: Damian Johnson <atagar at torproject.org>
Date:   Tue Feb 24 08:30:57 2015 -0800

    Specify that hidden service version numbers are positive integers
    
    Clarification for #15010. This specifies that both the hidden service
    descriptors and INTRODUCE cell versions must be positive ints. I tried to find
    a more succinct example in the dir-spec (thought there might be a POSITIVE_INT
    type or something like that) but no luck.
---
 rend-spec.txt |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rend-spec.txt b/rend-spec.txt
index a203453..5dd1828 100644
--- a/rend-spec.txt
+++ b/rend-spec.txt
@@ -277,7 +277,8 @@
 
        [Exactly once]
 
-       The version number of this descriptor's format.  In this case: 2.
+       The version number of this descriptor's format. Version numbers are a
+       positive integer.
 
      "permanent-key" NL a public key in PEM format
 
@@ -309,7 +310,7 @@
 
        A comma-separated list of recognized and permitted version numbers
        for use in INTRODUCE cells; these versions are described in section
-       1.8 below.
+       1.8 below. Version numbers are positive integers.
 
      "introduction-points" NL encrypted-string
 





More information about the tor-commits mailing list