aboutsummaryrefslogtreecommitdiff
path: root/draft-schanzen-gns.xml
diff options
context:
space:
mode:
Diffstat (limited to 'draft-schanzen-gns.xml')
-rw-r--r--draft-schanzen-gns.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 9f22209..393b611 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -588,7 +588,8 @@ NONCE := HKDF-Expand (PRK_n, label, 32 / 8)
588 588
589 <section anchor="gnsrecords_edkey" numbered="true" toc="default"> 589 <section anchor="gnsrecords_edkey" numbered="true" toc="default">
590 <name>EDKEY</name> 590 <name>EDKEY</name>
591 <t>In GNS, a delegation of a label to a zone of type "EDKEY" is 591 <t>
592 In GNS, a delegation of a label to a zone of type "EDKEY" is
592 represented through a EDKEY record. The EDKEY number is a zone 593 represented through a EDKEY record. The EDKEY number is a zone
593 type and thus also implies the cryptosystem for the zone that 594 type and thus also implies the cryptosystem for the zone that
594 is being delegated to. 595 is being delegated to.
@@ -665,6 +666,7 @@ NONCE := HKDF-Expand (PRK_n, label, 32 / 8)
665 not need any further conversion. 666 not need any further conversion.
666 </t> 667 </t>
667 <t> 668 <t>
669 The "EDKEY" HDKD instantiation is based on <xref target="Tor224"/>.
668 Given a label, the output of the HDKD-Private function for zone 670 Given a label, the output of the HDKD-Private function for zone
669 key blinding is calculated as follows for EDKEY zones: 671 key blinding is calculated as follows for EDKEY zones:
670 </t> 672 </t>
@@ -2323,6 +2325,19 @@ cae1789d
2323 <date year="2019" month="March"/> 2325 <date year="2019" month="March"/>
2324 </front> 2326 </front>
2325 </reference> 2327 </reference>
2328 <reference anchor="Tor224" target="https://gitweb.torproject.org/torspec.git/tree/proposals/224-rend-spec-ng.txt#n2135">
2329 <front>
2330 <title>Next-Generation Hidden Services in Tor</title>
2331 <author initials="D." surname="Goulet" fullname="David Goulet">
2332 </author>
2333 <author initials="G." surname="Kadianakis" fullname="George Kadianakis">
2334 </author>
2335 <author initials="N." surname="Mathewson" fullname="Nick Mathewson">
2336 </author>
2337
2338 <date year="2013" month="November"/>
2339 </front>
2340 </reference>
2326 2341
2327 <reference anchor="ed25519" target="http://link.springer.com/chapter/10.1007/978-3-642-23951-9_9"> 2342 <reference anchor="ed25519" target="http://link.springer.com/chapter/10.1007/978-3-642-23951-9_9">
2328 <front> 2343 <front>