commit 0dcccbc2c1987ddb314ec44640d7717fb8dd8492
parent d164177f4de7ec0a1a45ab979708c333082f1354
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 1 Feb 2022 19:15:39 +0100
address DJB comment about punycode/utf8 clarification
Diffstat:
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -760,7 +760,7 @@ zTLD := zkl[126..129].zkl[63..125].zkl[0..62]
<name>Resource Records</name>
<t>
A GNS implementer SHOULD provide a mechanism to create and manage resource
- records for local zones. A local zone is established by selecting a
+ records for local zones. A local zone is established by selecting a
zone type and creating a zone key pair.
As records may be added to each zone by its owner, a (local) persistence
mechanism such as a database for resource records and zones SHOULD be provided.
@@ -1321,7 +1321,12 @@ NONCE := HKDF-Expand (PRK_n, label, 128 / 8)
The value is UTF-8 encoded and 0-terminated.
</dd>
</dl>
- </section>
+ <t>
+ NOTE: If an application uses names from GNS2DNS records in a DNS request
+ they must first be converted to a punycode representation
+ <xref target="RFC5890" />.
+ </t>
+ </section>
</section>