<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr/src/dummy.rs, branch arti-v1.1.6</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.6</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.6'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-06-29T21:46:15Z</updated>
<entry>
<title>keymgr: Rename KeyStore to Keystore globally.</title>
<updated>2023-06-29T21:46:15Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T21:46:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=36606a66ddca9abd1595d13c9397bc812bf24cb5'/>
<id>urn:sha1:36606a66ddca9abd1595d13c9397bc812bf24cb5</id>
<content type='text'>
We've been capitalizing the "s" in "KeyStore" inconsistently. This
`s/KeyStore/Keystore/g` across the codebase.
</content>
</entry>
<entry>
<title>keymgr: Fix dummy keymgr doc links.</title>
<updated>2023-06-29T16:08:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T15:16:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=429e5d2512f80c842c649867fb0a80832027dc29'/>
<id>urn:sha1:429e5d2512f80c842c649867fb0a80832027dc29</id>
<content type='text'>
`Error` is private to `dummy.rs` so let's not mention it in the docs of
the public items.
</content>
</entry>
<entry>
<title>keymgr: Add missing dummy implementation for KeyType::arti_extension.</title>
<updated>2023-06-29T16:08:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T15:12:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7bdc28014edd86a356c30d8d24a720ad388b6ab2'/>
<id>urn:sha1:7bdc28014edd86a356c30d8d24a720ad388b6ab2</id>
<content type='text'>
This fixes a rustdoc warning when building with:

```
cargo doc --locked --offline -p arti --no-default-features --features=full,onion-service-client
```
</content>
</entry>
<entry>
<title>keymgr: Remove AsRef&lt;dyn StdError&gt; trait bound and unneeded impls.</title>
<updated>2023-06-26T12:16:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-26T11:42:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a1dbec79bddf570337e95a02446a69056aca87c5'/>
<id>urn:sha1:a1dbec79bddf570337e95a02446a69056aca87c5</id>
<content type='text'>
We don't really need the `AsRef&lt;dyn StdError&gt;` impls if we make
`StdError` a supertrait of `KeystoreError` (and remove the `AsRef&lt;dyn
StdError&gt;` trait bound).
</content>
</entry>
<entry>
<title>keymgr: Replace Error with Box&lt;dyn KeystoreError&gt;.</title>
<updated>2023-06-26T12:16:03Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-21T19:10:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=85305e156f13850fa012f78eb9bf6e471237993a'/>
<id>urn:sha1:85305e156f13850fa012f78eb9bf6e471237993a</id>
<content type='text'>
Part of #901
</content>
</entry>
<entry>
<title>keymgr: Make the dummy types non_exhaustive.</title>
<updated>2023-06-22T17:34:20Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-21T10:39:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bc24e7974c156874c648dbb9edcd438a16b6c08c'/>
<id>urn:sha1:bc24e7974c156874c648dbb9edcd438a16b6c08c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Add a TODO regarding missing dummy impls.</title>
<updated>2023-06-22T17:34:20Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-21T09:58:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8bfdb69ebccbefeecc5c538fef5553622218d89c'/>
<id>urn:sha1:8bfdb69ebccbefeecc5c538fef5553622218d89c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Update outdated docs.</title>
<updated>2023-06-22T17:34:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-21T09:57:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=297248cd9f3db22e213c22dd7cac19d5e9395aba'/>
<id>urn:sha1:297248cd9f3db22e213c22dd7cac19d5e9395aba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Remove outdated TODOs.</title>
<updated>2023-06-22T17:34:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-21T09:43:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cd0cad3aa63b32a4dee64f99424ffe6d2426dcca'/>
<id>urn:sha1:cd0cad3aa63b32a4dee64f99424ffe6d2426dcca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Remove unnecessary dummy types.</title>
<updated>2023-06-22T17:34:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-21T00:48:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f2d81c73ac5d7b1e79af65ca116d392734dc55a6'/>
<id>urn:sha1:f2d81c73ac5d7b1e79af65ca116d392734dc55a6</id>
<content type='text'>
We don't need dummy impls for `Error` and `Result`.
</content>
</entry>
</feed>
