aboutsummaryrefslogtreecommitdiff
path: root/template/news/2023-11-RFC9498.html.j2
blob: 1b00efc9d55c137d4e66ba59c57d74a5d5057b32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{% extends "common/news.j2" %}
{% block body_content %}
  <h1>RFC 9498: The GNU Name System</h1>
<p>
  We are happy to announce that our <i>The GNU Name System</i> (GNS) specification is now published as
  <a href="https://www.rfc-editor.org/rfc/rfc9498.html">RFC 9498</a>.
</p>
<p>
  GNS addresses long-standing <a href="https://www.wired.com/2014/03/quantum/">security</a> and
  <a href="https://roarmag.org/essays/nsa-leak-domain-name-system/">privacy</a> issues in the ubiquitous
  <a href="https://www.rfc-editor.org/rfc/rfc882">Domain Name System (DNS)</a>.
  Previous attempts to secure DNS (<a href="https://www.rfc-editor.org/rfc/rfc9364">DNSSEC</a>) fail to address <a href="https://www.rfc-editor.org/rfc/rfc8324">critical security issues</a>
  such as end-to-end security, query privacy, censorship, and centralization of root zone governance.
  After 40 years of patching, it is time for a new beginning.
</p>
<p>
  The GNU Name System is our contribution towards a decentralized and
  censorship-resistant domain name resolution system that provides a
  privacy-enhancing alternative to the Domain Name System (DNS).
</p>
<p>
  As part of our work on RFC 9498, we have also contributed to the specification
  of the <a href="https://www.rfc-editor.org/rfc/rfc9476.html">.alt top-level
  domain</a> to be used by alternative name resolution systems and have
  established <a href="https://gana.gnunet.org/dot-alt/dot_alt.html">the GANA registry for ".alt"</a>.
</p>
<p>
  GNS is implemented according to RFC 9598 in GNUnet 0.20.0. It is also implemented
  as part of <a href="https://git.gnunet.org/gnunet-go.git/">GNUnet-Go</a>.
</p>
<p>
  We thank all reviewers for their comments.
  In particular, we thank D. J. Bernstein, S. Bortzmeyer, A. Farrel, E. Lear, and R. Salz for their insightful and detailed technical reviews.
  We thank J. Yao and J. Klensin for the internationalization reviews.
  We thank Dr. J. Appelbaum for suggesting the name "GNU Name System" and Dr. Richard Stallman for approving its use.
  We thank T. Lange and M. Wachs for their earlier contributions to the design and implementation of GNS. 
  We thank J. Yao and J. Klensin for the internationalization reviews.
  We thank <a href="https://nlnet.nl">NLnet</a> and <a href="https://nlnet.nl/project/GNS/">NGI DISCOVERY</a> for funding work on the GNU Name System.
</p>
<p>
  The work does not stop here: We encourage further implementations of RFC 9498
  to learn more both in terms of technical documentation and actual deployment
  experiences.
  Further, we are currently working on the specification of the
  <a href="https://lsd.gnunet.org/lsd0004">R<sup>5</sup>N DHT</a> and <a href="https://lsd.gnunet.org/lsd0003">BFT Set Reconciliation</a> which are underlying
  building blocks of GNS in GNUnet and not covered by RFC 9498.
</p>
{% endblock body_content %}