<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/src/doc/microdesc.rs, branch arti-v2.3.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.3.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.3.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-04-28T13:58:19Z</updated>
<entry>
<title>tor-netdoc: Un-gate features in doc/microdesc.rs (fmt)</title>
<updated>2026-04-28T13:58:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-28T11:24:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b3869d22a4b3ce24cee903c7953ccbd91df0f2b1'/>
<id>urn:sha1:b3869d22a4b3ce24cee903c7953ccbd91df0f2b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Un-gate features in doc/microdesc.rs</title>
<updated>2026-04-28T13:58:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-04-28T11:14:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1b975f122741ee1f86a1d405d36f699e034a2c1a'/>
<id>urn:sha1:1b975f122741ee1f86a1d405d36f699e034a2c1a</id>
<content type='text'>
These are all parse2, and there are no blocking TODOs.

We're leaving `build_docs` alone.
</content>
</entry>
<entry>
<title>tor-netdoc: Add manual happy families microdesc test</title>
<updated>2026-04-08T14:06:35Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-04-08T14:04:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=be983888e9ce941bdccfa16e29dc7bc6f64c59fb'/>
<id>urn:sha1:be983888e9ce941bdccfa16e29dc7bc6f64c59fb</id>
<content type='text'>
This commit adds a manual test case for happy families in microdesc with
parse2.  Manual in the sense that we hardcode a microdescriptor taken
from the wild here, as testdata2 does not contain them at the current
moment, which is unfortunate but reported.
</content>
</entry>
<entry>
<title>tor-netdoc: Adjust family values for microdesc test</title>
<updated>2026-04-08T14:06:35Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-04-08T14:02:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=053a6006e6357c01e6d31ee49951a97175cc2a92'/>
<id>urn:sha1:053a6006e6357c01e6d31ee49951a97175cc2a92</id>
<content type='text'>
This commit adjust the family value for the microdesc test to the one
actually found in testdata2/.
</content>
</entry>
<entry>
<title>tor-netdoc: Update microdesc test EC keys</title>
<updated>2026-04-08T14:06:35Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-04-08T14:01:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=45b715e5042e822338128bdc90a936af5af16539'/>
<id>urn:sha1:45b715e5042e822338128bdc90a936af5af16539</id>
<content type='text'>
This commit updates the microdesc test EC keys with the new ones from
testdata2/ while also changing the encoding from a byte array to the
base64 value found in the microdesc itself.
</content>
</entry>
<entry>
<title>tor-netdoc: Update microdesc test onion key</title>
<updated>2026-04-08T14:06:35Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-04-08T14:00:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d4cfad5ed9f7338573a2f4e77fce3818eb201252'/>
<id>urn:sha1:d4cfad5ed9f7338573a2f4e77fce3818eb201252</id>
<content type='text'>
This commit updates the microdesc onion key with the new one from
testdata2.
</content>
</entry>
<entry>
<title>tor-netdoc: "Remove" assert_eq for mds[6]</title>
<updated>2026-04-08T14:06:35Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-04-08T13:58:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6f56dfae035aedcef20285157ebb8db467500d0f'/>
<id>urn:sha1:6f56dfae035aedcef20285157ebb8db467500d0f</id>
<content type='text'>
This commit removes the assert_eq for mds[6].  The reason for this was
to have a test case with happy families set.  However, these values were
manually hacked into the respective file which is not the correct way.

Instead, we will test this in a separate test that will be added later,
as the current testdata2/ is not capable of this.  This is an already
reported chutney issue.
</content>
</entry>
<entry>
<title>tor-netdoc: No longer ignore microdesc parse2 test</title>
<updated>2026-04-08T14:06:35Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-04-08T13:57:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ef4611fa835d904bde112cf2836a96f73b141f56'/>
<id>urn:sha1:ef4611fa835d904bde112cf2836a96f73b141f56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Add TODO to test ignoring</title>
<updated>2026-04-02T15:44:41Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-04-02T15:33:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=284365895695ff50ce560e150f4f695f49434b55'/>
<id>urn:sha1:284365895695ff50ce560e150f4f695f49434b55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Disable broken test for now</title>
<updated>2026-04-02T15:44:41Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-04-02T15:31:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5ecdd9861b528cb351c004ea008a4cf07fa065b1'/>
<id>urn:sha1:5ecdd9861b528cb351c004ea008a4cf07fa065b1</id>
<content type='text'>
</content>
</entry>
</feed>
