aboutsummaryrefslogtreecommitdiff
path: root/draft-schanzen-gns.xml
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-06-30 18:25:46 +0200
committerChristian Grothoff <christian@grothoff.org>2023-06-30 18:25:46 +0200
commitf8eac4df748686f94a1795ba52ca914e01565aba (patch)
tree925d3bb32682b1b785781c8228f7f5f87bd979f9 /draft-schanzen-gns.xml
parent505d0083092d12265f6644d51ff697391b7d3b70 (diff)
downloadlsd0001-f8eac4df748686f94a1795ba52ca914e01565aba.tar.gz
lsd0001-f8eac4df748686f94a1795ba52ca914e01565aba.zip
be consistent in referencing sections
Diffstat (limited to 'draft-schanzen-gns.xml')
-rw-r--r--draft-schanzen-gns.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index b09902f..19a8a12 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -375,11 +375,11 @@ example.000G006K2TJNMD9VTCYRX7BRVV3HAEPS15E6NHDXKPJA1KAJJEG9AFF884
375 builds on ideas from the Simple Distributed Security Infrastructure 375 builds on ideas from the Simple Distributed Security Infrastructure
376 <xref target="SDSI" />. 376 <xref target="SDSI" />.
377 In GNS, any user can create and manage any number of zones 377 In GNS, any user can create and manage any number of zones
378 (<xref target="zones"/>) if their system provides a zone master implementation. 378 (see <xref target="zones"/>) if their system provides a zone master implementation.
379 For each zone, the zone type determines the respective set of cryptographic operations 379 For each zone, the zone type determines the respective set of cryptographic operations
380 and the wire formats for encrypted data, public keys and signatures. 380 and the wire formats for encrypted data, public keys and signatures.
381 A zone can be populated with mappings from labels to resource records 381 A zone can be populated with mappings from labels to resource records
382 (<xref target="rrecords"/>) by its owner. 382 (see <xref target="rrecords"/>) by its owner.
383 A label can be mapped to a delegation record which results in the 383 A label can be mapped to a delegation record which results in the
384 corresponding subdomain being delegated to another zone. Circular 384 corresponding subdomain being delegated to another zone. Circular
385 delegations are explicitly allowed, including delegating a subdomain 385 delegations are explicitly allowed, including delegating a subdomain
@@ -390,7 +390,7 @@ example.000G006K2TJNMD9VTCYRX7BRVV3HAEPS15E6NHDXKPJA1KAJJEG9AFF884
390 </t> 390 </t>
391 <t> 391 <t>
392 Zone contents are encrypted and signed 392 Zone contents are encrypted and signed
393 before being published in a key-value storage (<xref target="publish"/>) 393 before being published in a key-value storage (see <xref target="publish"/>)
394 as illustrated in <xref target="figure_arch_publish"/>. 394 as illustrated in <xref target="figure_arch_publish"/>.
395 In this process, unique zone identification is hidden from the network 395 In this process, unique zone identification is hidden from the network
396 through the use of key blinding. 396 through the use of key blinding.