<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr/src/keystore, branch arti-v1.1.12</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.12</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.12'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-12-14T16:17:07Z</updated>
<entry>
<title>tor-keymgr: Update docs referencing outdated SSH algo names.</title>
<updated>2023-12-14T16:17:07Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-12-14T16:12:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5762d5ae260163afa2d2757d07a9d0927cc17b82'/>
<id>urn:sha1:5762d5ae260163afa2d2757d07a9d0927cc17b82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: path errors: Add some xrefs</title>
<updated>2023-12-07T12:12:34Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-06T15:34:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=117ccbd21ae4ea36339f60bc0a972c4af7cd3df1'/>
<id>urn:sha1:117ccbd21ae4ea36339f60bc0a972c4af7cd3df1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: ArtiPathSyntaxError: rename from ArtiPathError</title>
<updated>2023-12-07T12:12:34Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-06T16:01:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aafba53d7672b3535302863ff09cf8058043f83f'/>
<id>urn:sha1:aafba53d7672b3535302863ff09cf8058043f83f</id>
<content type='text'>
The previous name was ambiguous, and confusable with KeyPathError
(of which it is, basically, a variant).
</content>
</entry>
<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>
</feed>
