aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/keystore/ctor
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-092-0/+2
* keymgr: Remove RawKeystoreEntry (fmt)Gabriela Moldovan2026-05-182-4/+4
* keymgr: Remove RawKeystoreEntryGabriela Moldovan2026-05-182-5/+6
* keymgr: Make CTorPath more like the client/service specifiers (fmt)Gabriela Moldovan2026-01-062-8/+17
* keymgr: Make CTorPath more like the client/service specifiersGabriela Moldovan2026-01-062-40/+36
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-062-2/+2
* misc: cleanup now that `_report!` macros support fieldsSteven Engler2025-08-181-1/+1
* clippy: fix `clippy::implicit_clone` errorsSteven Engler2025-08-111-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-073-9/+9
* arti: keys: Add arti keys-rawhjrgrn2025-07-142-30/+73
* tor-keymgr: BREAKING: Refactor API: Keystore::listhjrgrn2025-05-303-63/+221
* tor-keymgr: BREAKING: Refactor API: Keystore::insertplaybahn2025-04-022-22/+4
* fix: fix typosDimitris Apostolou2025-01-061-1/+1
* tor-keymgr: s/key/item in error message test.Gabriela Moldovan2024-12-042-2/+2
* tor-keymgr: Rename error variant.Gabriela Moldovan2024-12-043-14/+13
* tor-keymgr: Replace KeyType with KeystoreItemType (fmt).Gabriela Moldovan2024-12-042-6/+28
* tor-keymgr: Replace KeyType with KeystoreItemType.Gabriela Moldovan2024-12-043-44/+50
* tor-key-forge: Rename EncodableKey to EncodableItem.Gabriela Moldovan2024-12-042-4/+4
* tor-keymgr: Add tests for CTorServiceKeystore.Gabriela Moldovan2024-10-081-1/+148
* 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-082-0/+328
* tor-keymgr: Add a keystore for C Tor service keys.Gabriela Moldovan2024-10-082-0/+422