update reseed docs for su3

This commit is contained in:
zzz
2014-06-29 12:13:55 +00:00
parent 9567477f71
commit ecae24c672
2 changed files with 19 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}{% trans %}The Network Database{% endtrans %}{% endblock %}
{% block lastupdated %}{% trans %}October 2013{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.9{% endblock %}
{% block lastupdated %}{% trans %}June 2014{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.14{% endblock %}
{% block content %}
<h2>{% trans %}Overview{% endtrans %}</h2>
@ -744,6 +744,13 @@ Several defenses are possible, and most of these are planned:
Disallow fallback from HTTPS to HTTP for reseeding.
A MITM attacker could simply block HTTPS, then respond to the HTTP.
{%- endtrans %}</li>
<li>{% trans %}Bundling reseed data in the installer{% endtrans %}</li>
</ul>
<p>{% trans -%}
Defenses that are implemented:
{%- endtrans %}</p>
<ul>
<li>{% trans -%}
Changing the reseed task to fetch a subset of RouterInfos from
each of several reseed sites rather than using only a single site
@ -753,7 +760,12 @@ Creating an out-of-network reseed monitoring service that
periodically polls reseed websites and verifies that the
data are not stale or inconsistent with other views of the network
{%- endtrans %}</li>
<li>{% trans %}Bundling reseed data in the installer{% endtrans %}</li>
<li>{% trans -%}
As of release 0.9.14, reseed data is bundled into a signed zip file and
the signature is verified when downloaded.
{%- endtrans %}
See <a href="{{ site_url('docs/spec/updates') }}#su3">the su3 specification</a> for details.
</li>
</ul>
<h3>{% trans %}Query Capture{% endtrans %}</h3>

View File

@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}{% trans %}I2P Software Update Specification{% endtrans %}{% endblock %}
{% block lastupdated %}{% trans %}February 2014{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.11{% endblock %}
{% block lastupdated %}{% trans %}June 2014{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.14{% endblock %}
{% block content %}
<h3>{% trans %}Overview{% endtrans %}</h3>
<p>{% trans -%}
@ -170,10 +170,10 @@ The router will then delete the deletelist.txt file.
{%- endtrans %}</p>
<h3>{% trans %}New "su3" Update File Specification{% endtrans %}</h3>
<h3 id="su3">{% trans %}New "su3" Update File Specification{% endtrans %}</h3>
<p>{% trans -%}
This specification is used for router updates and reseed data as of release 0.9.9.
This specification is used for router updates as of release 0.9.9, and reseed data as of release 0.9.14.
{%- endtrans %}</p>
<h4>{% trans %}Issues with the previous .sud/.su2 format:{% endtrans %}</h4>