<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr/src/keystore, branch arti-v1.1.11</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.11</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.11'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-11-28T22:03:30Z</updated>
<entry>
<title>tor-keymgr: Use CheckedDir::read_dir to validate dir permissions in list().</title>
<updated>2023-11-28T22:03:30Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-28T14:08:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f63c07954a3344032704aa91ca035aa3861d6779'/>
<id>urn:sha1:f63c07954a3344032704aa91ca035aa3861d6779</id>
<content type='text'>
`ArtiNativeKeystore::list` now returns an error if the parent directory
of any of its keys doesn't pass the `CheckedDir::read_dir` validation.

Part of #1117
</content>
</entry>
<entry>
<title>tor-keymgr: Use the new CheckedDir::remove_file API.</title>
<updated>2023-11-28T22:03:30Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-28T13:28:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=052aefafe39c2b7bced2ad848fe839c67a913679'/>
<id>urn:sha1:052aefafe39c2b7bced2ad848fe839c67a913679</id>
<content type='text'>
This updates `ArtiNativeKeystore` to use the new `remove_file` API from
arti!1759.

Part of #1117
</content>
</entry>
<entry>
<title>tor-keymgr: Add an Arti keystore error type for keys with invalid key data.</title>
<updated>2023-11-21T12:49:11Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-20T19:25:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3fca1ac09eb2140336b65041ed69957d2aae767b'/>
<id>urn:sha1:3fca1ac09eb2140336b65041ed69957d2aae767b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Add a top-level error type.</title>
<updated>2023-11-21T12:05:11Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-20T18:48:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=93de4683e65c154f01938e98329ffaca986a8dad'/>
<id>urn:sha1:93de4683e65c154f01938e98329ffaca986a8dad</id>
<content type='text'>
Previously, the `tor_keymgr::Error` type was `Box&lt;dyn KeystoreError&gt;`.
This forced us to impl `KeystoreError` for any error returned by the
keymgr (including those that were not coming from a `Keystore` impl).

Now, `tor_keymgr::Error` is an non-exhaustive enum and the `Box&lt;dyn
KeystoreError&gt;` opaque error type is only returned from `Keystore` impls
The reason we're keeping the `dyn KeystoreError` error type is because
it enables `Keystore` implementors to use their own error types. Without
it, they would have to choose from our (closed) set of error variants,
which may not be suitable for their keystore. See #901.
</content>
</entry>
<entry>
<title>tor-keymgr: Inline SshKeyError variants into ArtiNativeKeystoreError.</title>
<updated>2023-11-20T17:21:00Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-20T17:18:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fb75b26eba49a4f5f30ad053a3985fb402e6ac95'/>
<id>urn:sha1:fb75b26eba49a4f5f30ad053a3985fb402e6ac95</id>
<content type='text'>
An `SshKeyError` *is* an Arti keystore error, so let's unify the two.
</content>
</entry>
<entry>
<title>tor-keymgr: Expand the ArtiNativeKeystore docs.</title>
<updated>2023-11-13T18:37:52Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-09T19:50:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d67aa17b51d012578bb4d0ddda113a704b81c455'/>
<id>urn:sha1:d67aa17b51d012578bb4d0ddda113a704b81c455</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Clarify what ArtiPath are used for.</title>
<updated>2023-11-13T18:16:09Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-11-13T18:11:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4a79b41d715edba4df326a9dc81062c9594e7e82'/>
<id>urn:sha1:4a79b41d715edba4df326a9dc81062c9594e7e82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Fix broken doc link.</title>
<updated>2023-10-19T10:53:43Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-18T15:04:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5b6f0fbd4ee1b5ad228de77a59374facd8eb404c'/>
<id>urn:sha1:5b6f0fbd4ee1b5ad228de77a59374facd8eb404c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Rename KeyPathError to ArtiPathUnavailableError (fmt).</title>
<updated>2023-10-19T10:53:43Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-18T14:40:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cf6555e7f59ecba084201a37d564ff3dcf0d98bb'/>
<id>urn:sha1:cf6555e7f59ecba084201a37d564ff3dcf0d98bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Rename KeyPathError to ArtiPathUnavailableError.</title>
<updated>2023-10-19T10:53:43Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-18T14:35:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e6b336c32099d5ead1c74b5090e263c5bfdc2ca9'/>
<id>urn:sha1:e6b336c32099d5ead1c74b5090e263c5bfdc2ca9</id>
<content type='text'>
</content>
</entry>
</feed>
