gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lsd0001] branch master updated: fixes


From: gnunet
Subject: [lsd0001] branch master updated: fixes
Date: Sat, 19 Nov 2022 08:33:22 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository lsd0001.

The following commit(s) were added to refs/heads/master by this push:
     new 2ad1678  fixes
2ad1678 is described below

commit 2ad1678423a1a625c120ded377932fec0c823fde
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Nov 19 16:33:17 2022 +0900

    fixes
---
 draft-schanzen-gns.xml | 18 +++++++++---------
 1 file 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>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]