aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/keystore/ctor/client.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-3/+3
* keymgr: Make CTorPath more like the client/service specifiers (fmt)Gabriela Moldovan2026-01-061-4/+12
* keymgr: Make CTorPath more like the client/service specifiersGabriela Moldovan2026-01-061-10/+10
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* misc: cleanup now that `_report!` macros support fieldsSteven Engler2025-08-181-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-4/+4
* arti: keys: Add arti keys-rawhjrgrn2025-07-141-13/+34
* tor-keymgr: BREAKING: Refactor API: Keystore::listhjrgrn2025-05-301-45/+95
* tor-keymgr: BREAKING: Refactor API: Keystore::insertplaybahn2025-04-021-11/+2
* fix: fix typosDimitris Apostolou2025-01-061-1/+1
* 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-16/+16
* tor-key-forge: Rename EncodableKey to EncodableItem.Gabriela Moldovan2024-12-041-2/+2
* tor-keymgr: Add tests for CTorClientKeystore.Gabriela Moldovan2024-10-081-1/+130
* tor-keymgr: Add a keystore for C Tor client keys.Gabriela Moldovan2024-10-081-0/+295