<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr/src/keystore/arti, 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-07T12:12:34Z</updated>
<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: 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: 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: Apply cargo fmt.</title>
<updated>2023-10-19T10:53:43Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-17T19:22:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c848fb4d544334699a6bdc5298879613eefda790'/>
<id>urn:sha1:c848fb4d544334699a6bdc5298879613eefda790</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Rework the ArtiPath error types.</title>
<updated>2023-10-19T10:53:43Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-17T19:09:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c561712d83775e8ec04ede452707b149c0a4578d'/>
<id>urn:sha1:c561712d83775e8ec04ede452707b149c0a4578d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Give KeyType an Unknown variant.</title>
<updated>2023-10-19T10:46:01Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-16T14:20:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c5256ca1a795cf9b64c1cbf1d3980403ceb2b687'/>
<id>urn:sha1:c5256ca1a795cf9b64c1cbf1d3980403ceb2b687</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Add an error type for invalid key paths.</title>
<updated>2023-10-19T10:46:01Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-10-13T11:15:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=62b82d7524d77220ee03f60d5b3a2f2db9a29798'/>
<id>urn:sha1:62b82d7524d77220ee03f60d5b3a2f2db9a29798</id>
<content type='text'>
</content>
</entry>
</feed>
