<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/doc/keys.md, branch arti-v1.8.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.8.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.8.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-10-08T12:00:38Z</updated>
<entry>
<title>doc: Remove extra new line in `keys.md`</title>
<updated>2025-10-08T12:00:38Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2025-10-02T09:29:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0675c6372fc8e073f9d187d6210a03dce79452f6'/>
<id>urn:sha1:0675c6372fc8e073f9d187d6210a03dce79452f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Update `check-integrity` section in `keys.md`</title>
<updated>2025-10-08T12:00:38Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2025-09-25T13:26:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ae789aa59910373504eb0a2ffec02ec95767db48'/>
<id>urn:sha1:ae789aa59910373504eb0a2ffec02ec95767db48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/keys.md: Clarify that list-keystores reads the keystores from the config.</title>
<updated>2025-09-12T10:54:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-09-12T10:54:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=882b53c35ba58eb86c505437c80b393afe4734b7'/>
<id>urn:sha1:882b53c35ba58eb86c505437c80b393afe4734b7</id>
<content type='text'>
This command doesn't actually list the keystores from the *state
directory*, but rather the keystores arti was configured to run with.
</content>
</entry>
<entry>
<title>arti: keys: Add `keys check-integrity` CLI tool</title>
<updated>2025-09-04T12:14:22Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2025-08-09T10:58:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9bca678d898f1f0be8b2ff69adf3444998322ef6'/>
<id>urn:sha1:9bca678d898f1f0be8b2ff69adf3444998322ef6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Update keys.md</title>
<updated>2025-08-06T16:29:06Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2025-08-04T08:57:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1cb1db91f1593102b69ecd65ac35c9dc22077563'/>
<id>urn:sha1:1cb1db91f1593102b69ecd65ac35c9dc22077563</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Update keys.md</title>
<updated>2025-07-15T11:13:56Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2025-07-15T11:13:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=74b522df7b843e5dc7a1b47a97b56d3016aa60fa'/>
<id>urn:sha1:74b522df7b843e5dc7a1b47a97b56d3016aa60fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: keys: Add arti keys-raw</title>
<updated>2025-07-14T14:33:56Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2025-07-10T08:07:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6958b6c89be93c77a68ab8a080a2f313bff02df0'/>
<id>urn:sha1:6958b6c89be93c77a68ab8a080a2f313bff02df0</id>
<content type='text'>
* CLI: Add `keys-raw` and subcommand `remove-by-path`
* arti: Add `arti::subcommand::raw` for the CLI `keys-raw`
* tor-keymgr: Add `ArtiNativeKeystoreError::UnexpectedRawEntry`,
  `ArtiEphemeralKeystoreError::NotSupported`
* tor-keymgr: Add `tor-keymgr::raw` module
* tor-keymgr: Add `Keystore::remove_unchecked`
* tor-keymgr: Change `Keystore::list` to return `KeystoreEntry`
* tor-keymgr: Add field `KeystoreEntry::raw_id`
* doc: Update keys.md
* doc: Add raw.md
* tor-keymgr: BREAKING: `UnrecognizedEntryError::new` associated
  function is now only accessible within the crate `tor-keymgr`
* tor-keymgr: BREAKING: `UnrecognizedEntryId` is renamed to
  `UnrecognizedEntry`
* tor-keymgr: BREAKING: `KeyMgr::list()` and `Keystore::list()`
  now return `Result&lt;Vec&lt;KeystoreEntryResult&lt;KeystoreEntry&gt;&gt;&gt;`
</content>
</entry>
<entry>
<title>arti: Add keys list and keys list-keystores</title>
<updated>2025-06-12T11:16:29Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2025-06-12T11:16:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d9c4d7cc30d22a80ff4a97bc6588e02774f0062f'/>
<id>urn:sha1:d9c4d7cc30d22a80ff4a97bc6588e02774f0062f</id>
<content type='text'>
</content>
</entry>
</feed>
