commit 0010de43d832f39ffbb17898cfe052506aebd09e
parent 7dfa9884c54f05af03c7e2a8ebd6316b44a2e253
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
Date: Wed, 8 Jul 2020 17:43:12 +0200
remove fixme, add DHT abbrevation in intro
Diffstat:
2 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
@@ -117,6 +117,8 @@
<t>
This document defines the normative wire format of resource records, resolution processes,
cryptographic routines and security considerations for use by implementors.
+ GNS requires a distributed hash table (DHT) for record storage.
+ Specification of the DHT is out of scope of this document.
</t>
<t>
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
@@ -286,11 +288,11 @@
<section anchor="gnsrecords_numbers" numbered="true" toc="default">
<name>Record Types</name>
<t>
- A registry of GNS Record Types is described in Section 10. The
+ A registry of GNS Record Types is described in <xref target="gana"/>. The
registration policy for this registry is "First Come First Served", as
- described in <xref target="RFC8126"/>. When requesting new entries, careful
- consideration of the following criteria is strongly advised:
- FIXME: ausdenken was wir da gerne haetten.
+ described in <xref target="RFC8126"/>.
+ <!--When requesting new entries, careful
+ consideration of the following criteria is strongly advised:FIXME what considerations?-->
</t>
</section>
<section anchor="gnsrecords_pkey" numbered="true" toc="default">
diff --git a/ietf/secdispatch/gns.tex b/ietf/secdispatch/gns.tex
@@ -151,10 +151,16 @@
\end{itemize}
\end{frame}
-\begin{frame}{Previous occurrences at IETF}
+\begin{frame}{Previous occurrences at IETF/W3C/ICANN}
\begin{itemize}
- \item TODO previous?
- \item Presentation at IRTF 104 DINRG WG
+ \item IETF 93: \url{https://datatracker.ietf.org/doc/slides-93-dnsop-5/}
+ \begin{itemize}
+ \item Failed attempt to special-use '.gnu' for GNS.
+ \item Resulting in RFC7686, RFC8244
+ \end{itemize}
+ \item STRINT 2014 (W3C/IAB workshop): \url{https://grothoff.org/christian/strint2014.pdf}
+ \item IETF 104 IRTF DINRG WG: \url{https://datatracker.ietf.org/doc/slides-104-dinrg-gnu-name-system/}
+ \item ICANN66: \url{https://git.gnunet.org/presentations.git/plain/icann66/20191105_icann66_gns.pdf}
\end{itemize}
\end{frame}