aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/keystore/ctor/service.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* keymgr: Remove RawKeystoreEntry (fmt)Gabriela Moldovan2026-05-181-2/+2
* keymgr: Remove RawKeystoreEntryGabriela Moldovan2026-05-181-2/+3
* keymgr: Make CTorPath more like the client/service specifiers (fmt)Gabriela Moldovan2026-01-061-4/+5
* keymgr: Make CTorPath more like the client/service specifiersGabriela Moldovan2026-01-061-30/+26
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* clippy: fix `clippy::implicit_clone` errorsSteven Engler2025-08-111-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-4/+4
* arti: keys: Add arti keys-rawhjrgrn2025-07-141-17/+39
* tor-keymgr: BREAKING: Refactor API: Keystore::listhjrgrn2025-05-301-18/+120
* tor-keymgr: BREAKING: Refactor API: Keystore::insertplaybahn2025-04-021-11/+2
* tor-keymgr: s/key/item in error message test.Gabriela Moldovan2024-12-041-1/+1
* tor-keymgr: Rename error variant.Gabriela Moldovan2024-12-041-3/+3
* tor-keymgr: Replace KeyType with KeystoreItemType (fmt).Gabriela Moldovan2024-12-041-3/+14
* tor-keymgr: Replace KeyType with KeystoreItemType.Gabriela Moldovan2024-12-041-26/+30
* tor-key-forge: Rename EncodableKey to EncodableItem.Gabriela Moldovan2024-12-041-2/+2
* tor-keymgr: Add tests for CTorServiceKeystore.Gabriela Moldovan2024-10-081-1/+148
* tor-keymgr: Add a keystore for C Tor service keys.Gabriela Moldovan2024-10-081-0/+306