aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/keystore/ephemeral.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* keymgr: Fix ephemeral keystore cert encoding bug (fmt)Gabriela Moldovan2026-04-081-6/+3
* keymgr: Fix ephemeral keystore cert encoding bugGabriela Moldovan2026-04-081-4/+25
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-48/+76
* arti: keys: Add arti keys-rawhjrgrn2025-07-141-3/+29
* tor-keymgr: BREAKING: Refactor API: Keystore::listhjrgrn2025-05-301-8/+10
* tor-keymgr: ephemeral type validationhashcatHitman2025-04-031-11/+69
* tor-keymgr: BREAKING: Refactor API: Keystore::insertplaybahn2025-04-021-11/+6
* tor-keymgr: keystore::ephemeral::insert: Drop item type validationplaybahn2025-04-021-20/+1
* tor-keymgr: Fix TODO: Refactor API: Keystore::insertplaybahn2025-04-021-3/+4
* tor-key-forge: Split out ItemType as a separate trait.Gabriela Moldovan2025-01-131-1/+1
* fix: fix typosDimitris Apostolou2025-01-061-1/+1
* tor-key-forge: Implement EncodableItem for Tor ed25519 certs.Gabriela Moldovan2024-12-041-3/+3
* tor-keymgr: Replace as_ssh_key_data with as_keystore_item.Gabriela Moldovan2024-12-041-5/+6
* tor-keymgr: Replace KeyType with KeystoreItemType (fmt).Gabriela Moldovan2024-12-041-2/+10
* tor-keymgr: Replace KeyType with KeystoreItemType.Gabriela Moldovan2024-12-041-38/+45
* tor-key-forge: Rename EncodableKey to EncodableItem.Gabriela Moldovan2024-12-041-4/+4
* tor-keymgr: add disk-related docs to `ArtiEphemeralKeystore`Steven Engler2024-09-171-0/+6
* Rename tor-keys crate to tor-key-forgeDavid Goulet2024-09-041-1/+1
* tor-keymgr: Use tor-keys crate and remove dead codeDavid Goulet2024-09-041-4/+2
* Fix typosDimitris Apostolou2024-09-031-2/+2
* Revert "tor-keymgr: Fix now-failing test."Gabriela Moldovan2024-05-081-0/+16
* tor-keymgr: Validate the KeyType when inserting into the ephemeral keystore.Gabriela Moldovan2024-05-081-0/+20
* tor-keymgr: Update ephemeral keystore docs.Gabriela Moldovan2024-05-071-2/+2
* tor-keymgr: Test that the ephemeral store returns the correct type.Gabriela Moldovan2024-05-071-2/+6
* tor-keymgr: Fix now-failing test.Gabriela Moldovan2024-05-071-16/+0
* tor-keymgr: Simplify ephemeral keystore impl.Gabriela Moldovan2024-05-071-31/+6
* tor-keymgr: Move parse_ssh_format_erased to UnparsedOpenSshKey.Gabriela Moldovan2024-05-071-3/+3
* tor-keymgr: Avoid using UnparsedOpenSshKey.Gabriela Moldovan2024-05-071-5/+6
* tor-keymgr: Move TestSpecifier to test_utils.Gabriela Moldovan2024-05-071-3/+1
* tor-keymgr: Move test constants to test_utils.Gabriela Moldovan2024-05-071-1/+1
* tor-keymgr: added initial implementation for in-memory ArtiEphemeralKeystoreRichard Pospesel2024-04-101-0/+285