<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr/src/keystore/arti.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: 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: Add the file path to SshKeyError context.</title>
<updated>2023-06-26T12:16:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-06-26T10:41:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=de0f662fb667bf2b64bcc63c4a18fe8256594e91'/>
<id>urn:sha1:de0f662fb667bf2b64bcc63c4a18fe8256594e91</id>
<content type='text'>
</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>
</feed>
