aboutsummaryrefslogtreecommitdiff
path: root/draft-schanzen-gns.xml
diff options
context:
space:
mode:
Diffstat (limited to 'draft-schanzen-gns.xml')
-rw-r--r--draft-schanzen-gns.xml21
1 files changed, 12 insertions, 9 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 59372fb..518cd03 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -315,7 +315,7 @@
315 <artwork name="" type="" align="left" alt=""><![CDATA[ 315 <artwork name="" type="" align="left" alt=""><![CDATA[
3160 8 16 24 32 40 48 56 3160 8 16 24 32 40 48 56
317+-----+-----+-----+-----+-----+-----+-----+-----+ 317+-----+-----+-----+-----+-----+-----+-----+-----+
318| ZONE TYPE | PUBLIC ZONE KEY / 318| ZONE TYPE | ZONE PUBLIC KEY /
319+-----+-----+-----+-----+ / 319+-----+-----+-----+-----+ /
320/ / 320/ /
321/ / 321/ /
@@ -465,7 +465,7 @@ zTLD := zkl[126:129].zkl[63:125].zkl[0:62]
465+-----------------------------------------------+ 465+-----------------------------------------------+
466| TIMESTAMP | 466| TIMESTAMP |
467+-----------------------------------------------+ 467+-----------------------------------------------+
468| ZONE TYPE | PUBLIC ZONE KEY | 468| ZONE TYPE | ZONE PUBLIC KEY |
469+-----+-----+-----+-----+ | 469+-----+-----+-----+-----+ |
470/ / 470/ /
471/ / 471/ /
@@ -484,11 +484,14 @@ zTLD := zkl[126:129].zkl[63:125].zkl[0:62]
484 In microseconds since midnight (0 hour), January 1, 1970 in network 484 In microseconds since midnight (0 hour), January 1, 1970 in network
485 byte order. 485 byte order.
486 </dd> 486 </dd>
487 <dt>PUBLIC KEY</dt> 487 <dt>ZONE TYPE</dt>
488 <dd>
489 is the 32-bit zone type.
490 </dd>
491 <dt>ZONE PUBLIC KEY</dt>
488 <dd> 492 <dd>
489 is the 256-bit public key zk of the zone which is being revoked and 493 is the 256-bit public key zk of the zone which is being revoked.
490 the key to be used to verify SIGNATURE. The 494 The wire format of this value is defined in <xref target="RFC8032" />,
491 wire format of this value is defined in <xref target="RFC8032" />,
492 Section 5.1.5. 495 Section 5.1.5.
493 </dd> 496 </dd>
494 </dl> 497 </dl>
@@ -538,7 +541,7 @@ zTLD := zkl[126:129].zkl[63:125].zkl[0:62]
538+-----+-----+-----+-----+-----+-----+-----+-----+ 541+-----+-----+-----+-----+-----+-----+-----+-----+
539| POW_Z-1 | 542| POW_Z-1 |
540+-----------------------------------------------+ 543+-----------------------------------------------+
541| ZONE TYPE | PUBLIC ZONE KEY | 544| ZONE TYPE | ZONE PUBLIC KEY |
542+-----+-----+-----+-----+ | 545+-----+-----+-----+-----+ |
543/ / 546/ /
544/ / 547/ /
@@ -1475,7 +1478,7 @@ q := SHA512 (HDKD-Public(zk, label))
1475 <artwork name="" type="" align="left" alt=""><![CDATA[ 1478 <artwork name="" type="" align="left" alt=""><![CDATA[
14760 8 16 24 32 40 48 56 14790 8 16 24 32 40 48 56
1477+-----+-----+-----+-----+-----+-----+-----+-----+ 1480+-----+-----+-----+-----+-----+-----+-----+-----+
1478| ZONE TYPE | PUBLIC ZONE KEY | 1481| ZONE TYPE | ZONE PUBLIC KEY |
1479+-----+-----+-----+-----+ (BLINDED) | 1482+-----+-----+-----+-----+ (BLINDED) |
1480/ / 1483/ /
1481/ / 1484/ /
@@ -1510,7 +1513,7 @@ q := SHA512 (HDKD-Public(zk, label))
1510 <dt>SIGNATURE</dt> 1513 <dt>SIGNATURE</dt>
1511 <dd> 1514 <dd>
1512 The signature is computed over the data following 1515 The signature is computed over the data following
1513 the PUBLIC KEY field. 1516 this field.
1514 The signature is created using the Sign() function of 1517 The signature is created using the Sign() function of
1515 the cryptosystem of the zone and the derived private key 1518 the cryptosystem of the zone and the derived private key
1516 "ZKDF-Private(d, label)" (see <xref target="ztype" />). 1519 "ZKDF-Private(d, label)" (see <xref target="ztype" />).