commit 8d403825f07802b8704e687e098ef029f9bce998
parent b8a84e657221e877c3071bf69ff6d0c73c6d40ad
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 17 May 2020 23:33:47 +0200
more GANA, and improve revocation message format'
Diffstat:
1 file changed, 19 insertions(+), 3 deletions(-)
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -1152,7 +1152,7 @@ T := 64 /* Tag (=output) length in bytes */
p := 1 /* Parallelization parameter */
v := 0x13 /* Version */
y := 0 /* Type (Argon2d) */
-X, K is unused
+X, K are unused
]]></artwork>
<t>
The following is the message string "P" on which the PoW is
@@ -1276,7 +1276,9 @@ X, K is unused
<dt>POW_i</dt>
<dd>
The values calculated as part of the PoW. Each POW_i MUST
- be unique in the set of POW values.
+ be unique in the set of POW values. To facilitate fast verification
+ of uniqueness, the POW values must be given in strictly
+ monotonically increasing order in the message.
</dd>
<dt>SIGNATURE</dt>
<dd>
@@ -1563,7 +1565,7 @@ example.com = zk2
</t>
</section>
</section>
- <section anchor="iana" numbered="true" toc="default">
+ <section anchor="gana" numbered="true" toc="default">
<name>GANA Considerations</name>
<t>
GANA is requested to create an "GNU Name System Record Types" registry.
@@ -1597,6 +1599,20 @@ Number | Name | Contact | References | Description
65541 | BOX | N/A | [This.I-D] | Boxed record
]]></artwork>
</figure>
+ <t>
+ GANA is requested to amend the "GNUnet Signature Purpose" registry
+ as follows:
+ <figure anchor="figure_rrtypenums">
+ <artwork name="" type="" align="left" alt=""><![CDATA[
+Purpose | Name | References | Description
+--------+-----------------+------------+--------------------------
+ 3 | GNS_REVOCATION | [This.I-D] | GNS zone key revocation
+ 15 | GNS_RECORD_SIGN | [This.I-D] | GNS record set signature
+ ]]></artwork>
+ </figure>
+
+
+ </t>
</section>
<!-- gana -->