<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr/src/keystore, 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: Add a TODO about implementing and testing has_key_bundle.</title>
<updated>2023-06-29T11:10:35Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-29T11:02:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=294bb728cff35d651689d5168191f292a3392f3d'/>
<id>urn:sha1:294bb728cff35d651689d5168191f292a3392f3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Add some basic insert and remove tests.</title>
<updated>2023-06-29T11:10:35Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-28T19:30:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=68c91223f12804d7cd7ac4a28407c1678dcb088e'/>
<id>urn:sha1:68c91223f12804d7cd7ac4a28407c1678dcb088e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Add assert_found! test helper.</title>
<updated>2023-06-29T10:54:54Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-28T19:21:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4d5f41401704bc1e8624aabb7d3a3bc2febdc63e'/>
<id>urn:sha1:4d5f41401704bc1e8624aabb7d3a3bc2febdc63e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Add some key retrieval tests for ArtiNativeKeyStore.</title>
<updated>2023-06-29T10:54:54Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-28T19:13:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=91573c6cbc0d0ee65de70be6d9b865b2fee1edc4'/>
<id>urn:sha1:91573c6cbc0d0ee65de70be6d9b865b2fee1edc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Add a gen_keys param to init_keystore.</title>
<updated>2023-06-29T10:54:54Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-28T19:07:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fd3b42688d07b4913f401a29d1626222269e726a'/>
<id>urn:sha1:fd3b42688d07b4913f401a29d1626222269e726a</id>
<content type='text'>
This will enable future tests to optionally initialize the test key
store with some test keys.
</content>
</entry>
<entry>
<title>keymgr: Add tests for ArtiNativeKeyStore::key_path.</title>
<updated>2023-06-29T10:54:54Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-28T18:40:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bc447524c2269a14f2b5b65107b11a4ed06cb0dd'/>
<id>urn:sha1:bc447524c2269a14f2b5b65107b11a4ed06cb0dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Derive Debug for ArtiNativeKeyStore.</title>
<updated>2023-06-29T10:49:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-28T18:40:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=89d52fff3ed9e124e490b60b5893ca32a12ced78'/>
<id>urn:sha1:89d52fff3ed9e124e490b60b5893ca32a12ced78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keymgr: Implement HasKind for ArtiNativeKeystoreError.</title>
<updated>2023-06-28T10:59:00Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-27T10:39:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dff8c0163bac0b533f8d3443af6fbc2b1ed74293'/>
<id>urn:sha1:dff8c0163bac0b533f8d3443af6fbc2b1ed74293</id>
<content type='text'>
</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>
</feed>
