summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-11-19 16:33:17 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-11-19 16:33:17 +0900
commit2ad1678423a1a625c120ded377932fec0c823fde (patch)
treeaebdc5db457d0a8ba9c7c5e454470762d51f03eb
parent8bcb6d4aa43249d1c1dbef4690030272c365f846 (diff)
fixes
-rw-r--r--draft-schanzen-gns.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 5167f2c..787302e 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -3500,7 +3500,7 @@ Host: www.000G0037FH3QTBCK15Y8BCCNRVWPV17ZC7TSGB1C9ZG2TPGHZVFV1GMG3W
<t>
In order to determine the canonical representation of the record with
a zTLD, at most two queries are required:
- First, it must be checked whether "www.example.gns" itself points to
+ First, it must be checked whether "www.example.gns.alt" itself points to
a zone delegation record which would imply that the record set which
was originally resolved is published under the apex label.
If it does, the unique GNS name is simply the zTLD representation
@@ -3522,7 +3522,7 @@ Host: 000G0037FH3QTBCK15Y8BCCNRVWPV17ZC7TSGB1C9ZG2TPGHZVFV1GMG3W
If the HTTP client is a browser, the use of a unique GNS name
for virtual hosting or TLS SNI does not necessarily have to be
shown to the user.
- For example, the name in the URL bar may remain as "www.example.gnu"
+ For example, the name in the URL bar may remain as "www.example.gns.alt"
even if the used unique name differs.
</t>
</section>
@@ -3619,8 +3619,8 @@ Host: 000G0037FH3QTBCK15Y8BCCNRVWPV17ZC7TSGB1C9ZG2TPGHZVFV1GMG3W
]]></artwork>
</figure>
<ol>
- <li>Lookup AAAA record for name: www.example.gns.</li>
- <li>Determine start zone for www.example.gns.</li>
+ <li>Lookup AAAA record for name: www.example.gnu.gns.alt.</li>
+ <li>Determine start zone for www.example.gnu.gns.alt.</li>
<li>Start zone: zk0 - Remainder: www.example.</li>
<li>Calculate q0=SHA512(ZKDF(zk0, "example")) and initiate GET(q0).</li>
<li>Retrieve and decrypt RRBLOCK consisting of a single PKEY record containing zk1.</li>
@@ -3660,11 +3660,11 @@ Host: 000G0037FH3QTBCK15Y8BCCNRVWPV17ZC7TSGB1C9ZG2TPGHZVFV1GMG3W
]]></artwork>
</figure>
<ol>
- <li>Lookup AAAA record for name: www.example.tld.</li>
- <li>Determine start zone for www.example.tld.</li>
+ <li>Lookup AAAA record for name: www.example.tld.gns.alt.</li>
+ <li>Determine start zone for www.example.tld.gns.alt.</li>
<li>Start zone: zk0 - Remainder: www.example.</li>
<li>Calculate q0=SHA512(ZKDF(zk0, "example")) and initiate GET(q0).</li>
- <li>Retrieve and decrypt RRBLOCK consisting of a single REDIRECT record containing zk1.</li>
+ <li>Retrieve and decrypt RRBLOCK consisting of a single PKEY record containing zk1.</li>
<li>Calculate q1=SHA512(ZKDF(zk1, "www")) and initiate GET(q1).</li>
<li>Retrieve and decrypt RRBLOCK consisting of a single REDIRECT record containing www2.+.</li>
<li>Calculate q2=SHA512(ZKDF(zk1, "www2")) and initiate GET(q2).</li>
@@ -3703,8 +3703,8 @@ Host: 000G0037FH3QTBCK15Y8BCCNRVWPV17ZC7TSGB1C9ZG2TPGHZVFV1GMG3W
]]></artwork>
</figure>
<ol>
- <li>Lookup AAAA record for name: www.example.gnu</li>
- <li>Determine start zone for www.example.gnu.</li>
+ <li>Lookup AAAA record for name: www.example.gnu.gns.alt</li>
+ <li>Determine start zone for www.example.gnu.gns.alt.</li>
<li>Start zone: zk0 - Remainder: www.example.</li>
<li>Calculate q0=SHA512(ZKDF(zk0, "example")) and initiate GET(q0).</li>
<li>Retrieve and decrypt RRBLOCK consisting of a single GNS2DNS record containing the name example.com and the DNS server IPv4 address 192.0.2.1.</li>