<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-dirmgr/src/authority.rs, branch arti-v0.0.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-05-10T19:40:52Z</updated>
<entry>
<title>Add builders for authority and fallback objects.</title>
<updated>2021-05-10T19:40:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-10T19:40:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c10de0c3be764bc4212c1af79664510a740b9edb'/>
<id>urn:sha1:c10de0c3be764bc4212c1af79664510a740b9edb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A few easy tests in tor-dirmgr.</title>
<updated>2021-05-04T14:51:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-04T14:51:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=53d5174eda0d0461ccf3a7d5f3172d9d62bf411f'/>
<id>urn:sha1:53d5174eda0d0461ccf3a7d5f3172d9d62bf411f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make reasonable set of default fallback directories</title>
<updated>2021-03-30T16:44:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-30T16:44:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d6d78fdcc348554c106adcaa5f1c8c759895b4d8'/>
<id>urn:sha1:d6d78fdcc348554c106adcaa5f1c8c759895b4d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give the authorities value a reasonable default.</title>
<updated>2021-03-30T16:20:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-30T16:20:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=957701e9123112c05a7c2b342a418d1f763bc0f6'/>
<id>urn:sha1:957701e9123112c05a7c2b342a418d1f763bc0f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Rsa{Identity,Signature} to fix clippy warning.</title>
<updated>2021-03-29T20:14:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-29T20:14:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3800c459f6a8bbab465ff3afcd650b5c42a953c5'/>
<id>urn:sha1:3800c459f6a8bbab465ff3afcd650b5c42a953c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply "deny_unknown_fields" to configuration types.</title>
<updated>2021-02-12T16:26:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-02-12T16:26:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=94901ec3552c0044708ef042adff4ca6f695bc4d'/>
<id>urn:sha1:94901ec3552c0044708ef042adff4ca6f695bc4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make authorities and fallbacks configurable.</title>
<updated>2021-02-11T18:08:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-02-11T17:32:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aeb410b915ea9f818f02dfeb2d4db291f5efd599'/>
<id>urn:sha1:aeb410b915ea9f818f02dfeb2d4db291f5efd599</id>
<content type='text'>
This commit adds configuration options for these values, with the
right defaults, and uses those options instead of built-in functions
to set them.

We also remove the function to extract information from chutney
directories: now that arti is configurable, it can be chutney's job
to make its own network configurations.
</content>
</entry>
<entry>
<title>Detect consensuses that are signed by the wrong authorities.</title>
<updated>2021-01-25T19:08:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-01-25T19:06:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c16412e372ee16f94aae7a9d9b380e6082b2d52b'/>
<id>urn:sha1:c16412e372ee16f94aae7a9d9b380e6082b2d52b</id>
<content type='text'>
With this patch we don't consider a consensus to be even potentially
well-signed if the authorities that are listed as signing it don't
contain enough authorities we believe in.  Otherwise, we'd just try
fetching certs for them and failing forever.

(I found this by switching from a chutney network to the main
network without cleaning out my cache.)

Closes #44
</content>
</entry>
<entry>
<title>Move storage and config logic from netdir to dirmgr.</title>
<updated>2020-11-20T17:20:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-11-20T17:20:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7e50c4ad3a12876f0d3d40cfaa0ea9354ad33672'/>
<id>urn:sha1:7e50c4ad3a12876f0d3d40cfaa0ea9354ad33672</id>
<content type='text'>
</content>
</entry>
</feed>
