<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/src, branch arti-v2.5.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.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-06-29T14:17:00Z</updated>
<entry>
<title>tor-netdoc: Derive Eq on RouterDescSignatures</title>
<updated>2026-06-29T14:17:00Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-25T09:05:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f2e1f2f245efd21153452a9d3996da62e846dbc0'/>
<id>urn:sha1:f2e1f2f245efd21153452a9d3996da62e846dbc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Derive Eq on RouterDesc</title>
<updated>2026-06-29T14:17:00Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-25T07:57:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=985fa4d89f40bf16fea8816dcf5906219c2ca812'/>
<id>urn:sha1:985fa4d89f40bf16fea8816dcf5906219c2ca812</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Derive Eq on (embedded) certificate types</title>
<updated>2026-06-29T14:16:59Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-25T07:56:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c03862b143b07fc7853f622cf4ee487800238e2b'/>
<id>urn:sha1:c03862b143b07fc7853f622cf4ee487800238e2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Remove redundant .clone() call</title>
<updated>2026-06-29T13:08:56Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-29T13:08:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f74c85309f932b6d71de539fbe6d60eecd1fe812'/>
<id>urn:sha1:f74c85309f932b6d71de539fbe6d60eecd1fe812</id>
<content type='text'>
No longer required because it implements Copy.
</content>
</entry>
<entry>
<title>tor-netdoc: Fix Ed25519NtorCrossCert range</title>
<updated>2026-06-29T12:58:48Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-29T12:56:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2174aaf9a501fd0c74c9ed355edb9d2fbdb98cde'/>
<id>urn:sha1:2174aaf9a501fd0c74c9ed355edb9d2fbdb98cde</id>
<content type='text'>
This commit fixes the range to NOT include SystemTime::UNIX_EPOCH.
This is because TimerangeBound makes a difference between a lower bound
being Some or None.

This was discovered later during test and is crucial to properly detect
a minimum in the yet-to-be-merged .verify() method for router
descriptors.
</content>
</entry>
<entry>
<title>Merge branch 'expanded-keypair-ntor' into 'main'</title>
<updated>2026-06-29T11:38:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2026-06-29T11:38:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=15d1c31f1482aceb81f9aa00607baa0f7e3eb67c'/>
<id>urn:sha1:15d1c31f1482aceb81f9aa00607baa0f7e3eb67c</id>
<content type='text'>
tor-netdoc: ExpandedKeypair for Ed25519NtorCrossCert::new_signed()

See merge request tpo/core/arti!4155</content>
</entry>
<entry>
<title>Merge branch 'microdesc-sha' into 'main'</title>
<updated>2026-06-25T12:54:12Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-25T12:54:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=39eb664c3399649640acda8b31e8e2b38a22d149'/>
<id>urn:sha1:39eb664c3399649640acda8b31e8e2b38a22d149</id>
<content type='text'>
tor-netdoc: Remove document hash from Microdesc struct (and add MicrodescAndHash for that)

See merge request tpo/core/arti!4138</content>
</entry>
<entry>
<title>tor-netdoc: ExpandedKeypair for Ed25519NtorCrossCert::new_signed()</title>
<updated>2026-06-25T12:33:10Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-25T12:33:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=90fc29e5669a69764e6c3e060e26bdf15c7aaf1a'/>
<id>urn:sha1:90fc29e5669a69764e6c3e060e26bdf15c7aaf1a</id>
<content type='text'>
This commit changes Ed25519NtorCrossCert::new_signed() to accept an
ExpandedKeypair instead of a Keypair, because when converting the ntor
key using convert_curve25519_to_ed25519_public(), only the
ExpandedKeypair is returned, which is a one-way conversion from Keypair.
</content>
</entry>
<entry>
<title>Merge branch 'trivial-encode-string-slice' into 'main'</title>
<updated>2026-06-25T08:20:03Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-25T08:20:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=21c0549140a4ca046950d1aebf8422171e665eb1'/>
<id>urn:sha1:21c0549140a4ca046950d1aebf8422171e665eb1</id>
<content type='text'>
tor-netdoc: Replace trivial string slice

See merge request tpo/core/arti!4143</content>
</entry>
<entry>
<title>tor-netdoc: Replace trivial string slice</title>
<updated>2026-06-24T12:34:06Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-24T12:34:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e017caa30580aa6480561f2770a6c3b088125cd1'/>
<id>urn:sha1:e017caa30580aa6480561f2770a6c3b088125cd1</id>
<content type='text'>
</content>
</entry>
</feed>
