aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2021-12-04 09:55:29 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2021-12-04 09:55:29 +0100
commit5fa428ac9ada2f4d32d709704d0562779f89691d (patch)
tree99dfe240e7897e7a6cd0772d9f2f5107752ff39f
parent7942bb6f71d0ad26458e23362337e5f9ee4fbc38 (diff)
downloadlsd0001-5fa428ac9ada2f4d32d709704d0562779f89691d.tar.gz
lsd0001-5fa428ac9ada2f4d32d709704d0562779f89691d.zip
title case, dns reference to top
-rw-r--r--draft-schanzen-gns.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index d51e138..04b404d 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -97,8 +97,9 @@
97 <section anchor="introduction" numbered="true" toc="default"> 97 <section anchor="introduction" numbered="true" toc="default">
98 <name>Introduction</name> 98 <name>Introduction</name>
99 <t> 99 <t>
100 The Domain Name System (DNS) is a unique distributed database and a vital 100 The Domain Name System (DNS) <xref target="RFC1035" /> is a unique
101 service for most Internet applications. While DNS is distributed, it 101 distributed database and a vital service for most Internet applications.
102 While DNS is distributed, it
102 relies on centralized, trusted registrars to provide globally unique 103 relies on centralized, trusted registrars to provide globally unique
103 names. As the awareness of the central role DNS plays on the Internet 104 names. As the awareness of the central role DNS plays on the Internet
104 rises, various institutions are using their power (including legal means) 105 rises, various institutions are using their power (including legal means)
@@ -1329,7 +1330,7 @@ q := SHA512 (HDKD-Public(zk, label))
1329 </li> 1330 </li>
1330 </ol> 1331 </ol>
1331 <section anchor="delegation_processing" numbered="true" toc="default"> 1332 <section anchor="delegation_processing" numbered="true" toc="default">
1332 <name>Encountering zone delegation records</name> 1333 <name>Encountering Zone Delegation Records</name>
1333 <t> 1334 <t>
1334 When the resolver encounters a record of a supported 1335 When the resolver encounters a record of a supported
1335 zone delegation record type (such as PKEY or EDKEY) 1336 zone delegation record type (such as PKEY or EDKEY)
@@ -1894,7 +1895,7 @@ example.com = zk2
1894 </t> 1895 </t>
1895 </section> 1896 </section>
1896 <section anchor="security_abuse" numbered="true" toc="default"> 1897 <section anchor="security_abuse" numbered="true" toc="default">
1897 <name>Abuse mitigation</name> 1898 <name>Abuse Mitigation</name>
1898 <t> 1899 <t>
1899 GNS names are UTF-8 strings. Consequently, GNS faces similar issues 1900 GNS names are UTF-8 strings. Consequently, GNS faces similar issues
1900 with respect to name spoofing as DNS does for internationalized 1901 with respect to name spoofing as DNS does for internationalized
@@ -1914,7 +1915,7 @@ example.com = zk2
1914 </t> 1915 </t>
1915 </section> 1916 </section>
1916 <section anchor="security_keymanagement" numbered="true" toc="default"> 1917 <section anchor="security_keymanagement" numbered="true" toc="default">
1917 <name>Zone management</name> 1918 <name>Zone Management</name>
1918 <t> 1919 <t>
1919 In GNS, zone administrators need to manage and protect their zone 1920 In GNS, zone administrators need to manage and protect their zone
1920 keys. Once a zone key is lost it cannot be recovered. Once it is 1921 keys. Once a zone key is lost it cannot be recovered. Once it is
@@ -1939,7 +1940,7 @@ example.com = zk2
1939 </t> 1940 </t>
1940 </section> 1941 </section>
1941 <section anchor="security_dht" numbered="true" toc="default"> 1942 <section anchor="security_dht" numbered="true" toc="default">
1942 <name>Impact of underlying DHT</name> 1943 <name>Impact of underlying DHTs</name>
1943 <t> 1944 <t>
1944 This document does not specifiy the properties of the underlying 1945 This document does not specifiy the properties of the underlying
1945 distributed hash table (DHT) which is required by any GNS 1946 distributed hash table (DHT) which is required by any GNS