summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/keystore/arti.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-11/+13
* arti: keys: Add arti keys-rawhjrgrn2025-07-141-17/+111
* tor-keymgr: BREAKING: Refactor API: Keystore::listhjrgrn2025-05-301-19/+60
* *: use std::io::Error::other in many placesNick Mathewson2025-05-151-4/+2
* tor-keymgr: BREAKING: Refactor API: Keystore::insertplaybahn2025-04-021-16/+8
* tor-keymgr: Fix TODO: Refactor API: Keystore::insertplaybahn2025-04-021-3/+5
* tor-keymgr: keystore::arti: Rework tests: ssh-keygen interopplaybahn2025-03-261-7/+4
* tor-keymgr: test_utils: TestSpecifier::path_prefix: Drop methodplaybahn2025-03-261-1/+1
* tor-keymgr: Fix clippy errorsplaybahn2025-03-261-1/+1
* tor-keymgr: keystore::arti::tests: More intuitive assert_eq!playbahn2025-03-261-2/+1
* tor-keymgr: keystore::arti: Rework ssh-keygen interop testsplaybahn2025-03-261-63/+82
* tor-keymgr: keystore::arti: Add tests for ssh-keygen interopplaybahn2025-03-261-65/+100
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* tor-keymgr: Rename test constants to match file names.Gabriela Moldovan2025-02-061-3/+3
* tor-keymgr: Use ParsedEd25519Cert when decoding certs.Gabriela Moldovan2025-01-131-9/+9
* tor-keymgr: Fix cert handling tests.Gabriela Moldovan2025-01-131-17/+43
* tor-keymgr: Use Ed25519Cert::decode to parse the certs.Gabriela Moldovan2025-01-131-0/+4
* tor-keymgr: Add tests for ArtiNativeKeystore's handling of certs.Gabriela Moldovan2024-12-041-1/+29
* tor-keymgr: Add support for certs in ArtiNativeKeystore::insert().Gabriela Moldovan2024-12-041-5/+8
* tor-keymgr: Add support for certs in ArtiNativeKeystore::get().Gabriela Moldovan2024-12-041-8/+36
* tor-keymgr: Add arti native keystore helper for parsing tor certs.Gabriela Moldovan2024-12-041-0/+1
* tor-keymgr: Replace as_ssh_key_data with as_keystore_item (fmt).Gabriela Moldovan2024-12-041-1/+1
* tor-keymgr: Replace as_ssh_key_data with as_keystore_item.Gabriela Moldovan2024-12-041-7/+10
* tor-keymgr: Replace KeyType with KeystoreItemType (fmt).Gabriela Moldovan2024-12-041-3/+14
* tor-keymgr: Replace KeyType with KeystoreItemType.Gabriela Moldovan2024-12-041-25/+31
* tor-key-forge: Rename EncodableKey to EncodableItem.Gabriela Moldovan2024-12-041-2/+2
* tor-keymgr: Add tests for CTorClientKeystore.Gabriela Moldovan2024-10-081-1/+1
* tor-keymgr: Move assert_found helper to test_utils.Gabriela Moldovan2024-10-081-14/+1
* tor-keymgr: Rename Filesystem variant to Io for clarity (fmt).Gabriela Moldovan2024-10-081-35/+48
* tor-keymgr: Rename Filesystem variant to Io for clarity.Gabriela Moldovan2024-10-081-1/+1
* tor-keymgr: Refactor common fs errors into a separate error enum.Gabriela Moldovan2024-10-081-25/+27
* tor-keymgr: Rename RelKeyPath::new to RelKeyPath::arti.Gabriela Moldovan2024-10-081-1/+1
* tor-keymgr: Move the checked_op utils out of the arti module.Gabriela Moldovan2024-10-081-3/+1
* tor-keymgr: Reimagine CTorPath as an enum.Gabriela Moldovan2024-10-081-0/+16
* 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-1/+2
* tor-keymgr: Remove unnecessary io::Error handling.Gabriela Moldovan2024-08-081-6/+0
* tor-keymgr: Use CheckedDir::metadata() instead of PathBuf::try_exists().Gabriela Moldovan2024-08-081-12/+43
* tor-keymgr: Use the new relative path wrapper (fmt).Gabriela Moldovan2024-08-081-9/+15
* tor-keymgr: Use the new relative path wrapper.Gabriela Moldovan2024-08-081-42/+24
* tor-keymgr: Add new rel_path module with helpers for handling relative paths.Gabriela Moldovan2024-08-081-0/+2
* tor-keymgr: Add private RelKeyPath type for relative paths.Gabriela Moldovan2024-08-081-10/+22
* tor-keymgr: Use Path::try_exists() instead of Path::exists().Gabriela Moldovan2024-07-301-3/+10
* tor-keymgr: Fix ArtiNativeKeystore::contains() bug.Gabriela Moldovan2024-07-171-1/+9
* tor-keymgr: Rename function to clarify it returns a relative path (fmt).Gabriela Moldovan2024-07-171-1/+2
* tor-keymgr: Rename function to clarify it returns a relative path.Gabriela Moldovan2024-07-171-15/+15
* tor-keymgr: Add test for ArtiNativeKeystore::contains.Gabriela Moldovan2024-07-171-0/+2
* tor-keymgr: Correct message for mistrust errorIan Jackson2024-07-101-2/+2