summaryrefslogtreecommitdiff
path: root/crates/arti/tests/testcases/keys
Commit message (Collapse)AuthorAgeFilesLines
* arti: keys: Add `keys check-integrity` CLI toolhjrgrn2025-09-045-4/+44
|
* arti: test: Fix `keys` integration testhjrgrn2025-08-281-0/+0
| | | | The `keys` integration test now accounts for case-insensitive filesystems
* arti: test: Add integration test suite for `arti keys`hjrgrn2025-08-259-1/+11
| | | | | | | | | - Add `cli_tests/keys/util.rs` and `cli_tests/keys.rs` - Update `cli_tests/main.rs` and `testcases/keys/conf/keys.toml` - Add `ctor-keystore` directory to `keys` `local` directory - Restructure `keys` `local` directory layout - .editorconfig: Add exception for `ctor-keystore`s
* arti: keys: Add arti keys-rawhjrgrn2025-07-141-7/+20
| | | | | | | | | | | | | | | | | | | * 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<Vec<KeystoreEntryResult<KeystoreEntry>>>`
* arti: keys: Fix arti keys help messagehjrgrn2025-06-231-1/+1
|
* arti: Add keys list and keys list-keystoreshjrgrn2025-06-1213-0/+86