<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr/src/key_specifier, branch arti-v2.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-v2.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-01-06T15:25:20Z</updated>
<entry>
<title>keymgr: Remove redundant field name in struct init</title>
<updated>2026-01-06T15:25:20Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-06T13:07:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=00cd55fc688cc71e1c7463e501ea51500a90a1e3'/>
<id>urn:sha1:00cd55fc688cc71e1c7463e501ea51500a90a1e3</id>
<content type='text'>
Fixes a clippy warning.
</content>
</entry>
<entry>
<title>keymgr: Use d-d to generate CTorPath&lt;-&gt;KeySpecifier conversions</title>
<updated>2026-01-06T15:25:20Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-06T11:47:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0221cb64c93d4b9767cb78346e6d2f9d505efba6'/>
<id>urn:sha1:0221cb64c93d4b9767cb78346e6d2f9d505efba6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Resolve a handful of clippy warnings (fmt)</title>
<updated>2026-01-06T15:25:20Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-05T13:50:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1f5c5a6b8da2a6e52598453fd861aa3cd7cb73f2'/>
<id>urn:sha1:1f5c5a6b8da2a6e52598453fd861aa3cd7cb73f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Resolve a handful of clippy warnings</title>
<updated>2026-01-06T15:25:20Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-05T13:43:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cdf93ec8c6dbccce86d789d631b7d3687b3192c9'/>
<id>urn:sha1:cdf93ec8c6dbccce86d789d631b7d3687b3192c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Push error handling into the from_ctor_path() functions</title>
<updated>2026-01-06T15:25:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-05T12:24:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4b817a9450566d7b81b77ba6f4c7c16adffe6d5d'/>
<id>urn:sha1:4b817a9450566d7b81b77ba6f4c7c16adffe6d5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Replace placeholder errors with CTorPathError</title>
<updated>2026-01-06T15:25:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-05T12:15:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=590f245c5e0f17324ed8ddaa13e5141e95dce5e8'/>
<id>urn:sha1:590f245c5e0f17324ed8ddaa13e5141e95dce5e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Remove unused argument in helper function (fmt)</title>
<updated>2026-01-06T15:25:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-05T11:56:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1b266e771a09095d92f801f7772bae1e04bf7dbd'/>
<id>urn:sha1:1b266e771a09095d92f801f7772bae1e04bf7dbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Remove unused argument in helper function</title>
<updated>2026-01-06T15:25:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-05T11:55:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7c86cbf9d369c9e728698b5c40a25d02c2bcfdfa'/>
<id>urn:sha1:7c86cbf9d369c9e728698b5c40a25d02c2bcfdfa</id>
<content type='text'>
Previously, the `arti_path` was needed to build the various `ArtiPath`
errors, but that's no longer the case.
</content>
</entry>
<entry>
<title>keymgr: Remove redundant ArtiPath from error context</title>
<updated>2026-01-06T15:25:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-05T11:53:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f5430ddb7f80d9b25084caa188156319f1be8b16'/>
<id>urn:sha1:f5430ddb7f80d9b25084caa188156319f1be8b16</id>
<content type='text'>
The `ArtiPath` is included in the `KeyPathError::Arti` outer error type,
so there is no need to include it in `ArtiPathError` too.
</content>
</entry>
<entry>
<title>keymgr: Split out ArtiPathError from KeyPathError</title>
<updated>2026-01-06T15:25:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-05T11:48:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c89c30f258c7bd6e35fedc0ffbb739ee2d2544b0'/>
<id>urn:sha1:c89c30f258c7bd6e35fedc0ffbb739ee2d2544b0</id>
<content type='text'>
This makes the error handling around `KeyPath`s a bit more sensible,
IMO, and it will make it easier to extend it for `CTorPath` errors.
</content>
</entry>
</feed>
