aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-17 23:33:47 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-17 23:33:47 +0200
commit8d403825f07802b8704e687e098ef029f9bce998 (patch)
treec61174a696c3d40e8ce5dbba5e9745ce45a342e2
parentb8a84e657221e877c3071bf69ff6d0c73c6d40ad (diff)
downloadlsd0001-8d403825f07802b8704e687e098ef029f9bce998.tar.gz
lsd0001-8d403825f07802b8704e687e098ef029f9bce998.zip
more GANA, and improve revocation message format'
-rw-r--r--draft-schanzen-gns.xml22
1 files changed, 19 insertions, 3 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 12f111e..974ade3 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -1152,7 +1152,7 @@ T := 64 /* Tag (=output) length in bytes */
1152p := 1 /* Parallelization parameter */ 1152p := 1 /* Parallelization parameter */
1153v := 0x13 /* Version */ 1153v := 0x13 /* Version */
1154y := 0 /* Type (Argon2d) */ 1154y := 0 /* Type (Argon2d) */
1155X, K is unused 1155X, K are unused
1156 ]]></artwork> 1156 ]]></artwork>
1157 <t> 1157 <t>
1158 The following is the message string "P" on which the PoW is 1158 The following is the message string "P" on which the PoW is
@@ -1276,7 +1276,9 @@ X, K is unused
1276 <dt>POW_i</dt> 1276 <dt>POW_i</dt>
1277 <dd> 1277 <dd>
1278 The values calculated as part of the PoW. Each POW_i MUST 1278 The values calculated as part of the PoW. Each POW_i MUST
1279 be unique in the set of POW values. 1279 be unique in the set of POW values. To facilitate fast verification
1280 of uniqueness, the POW values must be given in strictly
1281 monotonically increasing order in the message.
1280 </dd> 1282 </dd>
1281 <dt>SIGNATURE</dt> 1283 <dt>SIGNATURE</dt>
1282 <dd> 1284 <dd>
@@ -1563,7 +1565,7 @@ example.com = zk2
1563 </t> 1565 </t>
1564 </section> 1566 </section>
1565 </section> 1567 </section>
1566 <section anchor="iana" numbered="true" toc="default"> 1568 <section anchor="gana" numbered="true" toc="default">
1567 <name>GANA Considerations</name> 1569 <name>GANA Considerations</name>
1568 <t> 1570 <t>
1569 GANA is requested to create an "GNU Name System Record Types" registry. 1571 GANA is requested to create an "GNU Name System Record Types" registry.
@@ -1597,6 +1599,20 @@ Number | Name | Contact | References | Description
159765541 | BOX | N/A | [This.I-D] | Boxed record 159965541 | BOX | N/A | [This.I-D] | Boxed record
1598 ]]></artwork> 1600 ]]></artwork>
1599 </figure> 1601 </figure>
1602 <t>
1603 GANA is requested to amend the "GNUnet Signature Purpose" registry
1604 as follows:
1605 <figure anchor="figure_rrtypenums">
1606 <artwork name="" type="" align="left" alt=""><![CDATA[
1607Purpose | Name | References | Description
1608--------+-----------------+------------+--------------------------
1609 3 | GNS_REVOCATION | [This.I-D] | GNS zone key revocation
1610 15 | GNS_RECORD_SIGN | [This.I-D] | GNS record set signature
1611 ]]></artwork>
1612 </figure>
1613
1614
1615 </t>
1600 1616
1601 </section> 1617 </section>
1602 <!-- gana --> 1618 <!-- gana -->