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.xml29
1 files changed, 28 insertions, 1 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 8063830..5094f79 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -2562,7 +2562,16 @@ Purpose | Name | References | Comment
2562 can attach to this existing deployment and participate in name 2562 can attach to this existing deployment and participate in name
2563 resolution as well as zone publication. 2563 resolution as well as zone publication.
2564 </t> 2564 </t>
2565 <!-- FIXME: Also mention Ascension? Mention reclaim:ID --> 2565 <t>
2566 The self-sovereign identity system re:claimID <xref target="reclaim"/>
2567 is using GNS in order to selectively share identity attributes and
2568 attestations with third parties.
2569 </t>
2570 <t>
2571 The Ascension tool <xref target="Ascension"/> facilitates the migration of DNS zones to
2572 GNS zones by translating information retrieved from a DNS zone
2573 transfer into a GNS zone.
2574 </t>
2566 </section> 2575 </section>
2567 <section> 2576 <section>
2568 <name>Test Vectors</name> 2577 <name>Test Vectors</name>
@@ -3193,6 +3202,15 @@ c9d7b9ab
3193 </author> 3202 </author>
3194 </front> 3203 </front>
3195 </reference> 3204 </reference>
3205 <reference anchor="Ascension" target="https://git.gnunet.org/ascension.git">
3206 <front>
3207 <title>The Ascension Implementation</title>
3208 <author>
3209 <organization>GNUnet e.V.</organization>
3210 </author>
3211 </front>
3212 </reference>
3213
3196 <reference anchor="GNUnet" target="https://gnunet.org"> 3214 <reference anchor="GNUnet" target="https://gnunet.org">
3197 <front> 3215 <front>
3198 <title>The GNUnet Project</title> 3216 <title>The GNUnet Project</title>
@@ -3200,7 +3218,16 @@ c9d7b9ab
3200 <organization>GNUnet e.V.</organization> 3218 <organization>GNUnet e.V.</organization>
3201 </author> 3219 </author>
3202 </front> 3220 </front>
3221 </reference>
3222 <reference anchor="reclaim" target="https://reclaim.gnunet.org">
3223 <front>
3224 <title>The GNUnet Project</title>
3225 <author>
3226 <organization>GNUnet e.V.</organization>
3227 </author>
3228 </front>
3203 </reference> 3229 </reference>
3230
3204 <reference anchor="GoGNS" target="https://github.com/bfix/gnunet-go/tree/master/src/gnunet/service/gns"> 3231 <reference anchor="GoGNS" target="https://github.com/bfix/gnunet-go/tree/master/src/gnunet/service/gns">
3205 <front> 3232 <front>
3206 <title>The Go GNS Implementation</title> 3233 <title>The Go GNS Implementation</title>