| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | arti: keys: Add `keys check-integrity` CLI tool | hjrgrn | 2025-09-04 | 5 | -4/+44 |
| | | |||||
| * | arti: test: Fix `keys` integration test | hjrgrn | 2025-08-28 | 1 | -0/+0 |
| | | | | | The `keys` integration test now accounts for case-insensitive filesystems | ||||
| * | arti: test: Add integration test suite for `arti keys` | hjrgrn | 2025-08-25 | 9 | -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-raw | hjrgrn | 2025-07-14 | 1 | -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 message | hjrgrn | 2025-06-23 | 1 | -1/+1 |
| | | |||||
| * | arti: Add keys list and keys list-keystores | hjrgrn | 2025-06-12 | 13 | -0/+86 |
