aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-06-30 11:03:41 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-06-30 11:03:41 +0200
commit29210a87856cd1eb7bae6536b89dfddfbd6b4ab3 (patch)
tree37df5013d26cc7fd0b8cf28e8004c5b53d680657
parent8fc9239237a3885e6c94c51a088956be1296b4f2 (diff)
downloadwww-29210a87856cd1eb7bae6536b89dfddfbd6b4ab3.tar.gz
www-29210a87856cd1eb7bae6536b89dfddfbd6b4ab3.zip
add NLnet milestone #3 news entry
-rw-r--r--news/2020-06-GNSSpec3.html.j225
-rw-r--r--www.yml5
2 files changed, 30 insertions, 0 deletions
diff --git a/news/2020-06-GNSSpec3.html.j2 b/news/2020-06-GNSSpec3.html.j2
new file mode 100644
index 00000000..2e69ccb9
--- /dev/null
+++ b/news/2020-06-GNSSpec3.html.j2
@@ -0,0 +1,25 @@
1{% extends "common/news.j2" %}
2{% block body_content %}
3 <h1>GNS Technical Specification Milestone 3/4</h1>
4<p>
5 We are happy to announce the completion of the third milestone for the GNS
6 Specification. The third milestone consists of documenting the GNS zone
7 revocation process. As part of this, we have reworked the proof-of-work
8 algorithms in GNUnet also used for GNS revocations.<br>
9 The (protocol breaking) changes will be released as part of GNUnet 0.13.0.
10 The specification document <b>LSD001</b> can be found at:
11</p>
12<ul>
13 <li>Git: <a href="git://gnunet.org/lsd0001.git">LSD001</a></li>
14 <li><a href="https://lsd.gnunet.org/lsd0001/draft-schanzen-gns.txt">Link to TXT version</a></li>
15 <li><a href="https://lsd.gnunet.org/lsd0001/draft-schanzen-gns.html">Link to HTML version</a></li>
16</ul>
17<p>
18 In preparation for the fourth and last milestone, we have started the
19 <a href="https://mailarchive.ietf.org/arch/msg/secdispatch/Kj8zXoQssiFLp8bM5l5n1OtXt7s/">IETF process to find a working group</a> and expect to present our
20 work initially at <a href="https://ietf.org/how/meetings/108/">IETF 108</a>.
21</p>
22<p>
23 This work is generously funded by <a href="https://nlnet.nl">NLnet</a> as part of their <a href="https://nlnet.nl/project/GNS/">Search and discovery fund</a>.
24</p>
25{% endblock body_content %}
diff --git a/www.yml b/www.yml
index 99853951..47665d5d 100644
--- a/www.yml
+++ b/www.yml
@@ -57,6 +57,11 @@ meetingnotes:
57 2018: 2018-12-27 57 2018: 2018-12-27
58 2019: 2019-12-27 58 2019: 2019-12-27
59newsposts: 59newsposts:
60 - page: 2020-06-GNSSpec3.html
61 date: 2020-06-30
62 title: GNS Specification Milestone 3/4
63 abstract:
64 content:
60 - page: 2020-05-GHM_Jun_2020.html 65 - page: 2020-05-GHM_Jun_2020.html
61 date: 2020-05-28 66 date: 2020-05-28
62 title: GNUnet Hacker Meeting 2020 67 title: GNUnet Hacker Meeting 2020