aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/test_utils.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* keymgr: Use unquoted keypair_specifier in testsGabriela Moldovan2026-04-161-1/+1
* keymgr: Update cert testsGabriela Moldovan2026-03-171-1/+16
* keymgr: Generate test cert specifiers using d-dGabriela Moldovan2026-03-121-22/+23
* keymgr: Abolish KeyCertificateSpecifier::signing_key_specifier() (fmt)Gabriela Moldovan2026-03-121-3/+1
* keymgr: Abolish KeyCertificateSpecifier::signing_key_specifier()Gabriela Moldovan2026-03-121-9/+3
* 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-3/+5
* tor-keymgr: test_utils: TestSpecifier::path_prefix: Drop methodplaybahn2025-03-261-7/+6
* tor-keymgr: Fix clippy errorsplaybahn2025-03-261-1/+2
* tor-keymgr: test_utils: Fix unresolved importplaybahn2025-03-261-4/+8
* tor-keymgr: keystore::arti::tests: More intuitive assert_eq!playbahn2025-03-261-1/+1
* tor-keymgr: Rework utils for ssh-keygen interop testsplaybahn2025-03-261-52/+50
* tor-keymgr: Remove unused importsplaybahn2025-03-261-1/+0
* tor-keymgr: test_utils: Add ssh-keygen interop test utilsplaybahn2025-03-261-0/+53
* tor-keymgr: test_utils: Fix typo: TestSpecifier::new paramplaybahn2025-03-261-2/+2
* tor-keymgr: Use @ to annotate internal macro branches.Gabriela Moldovan2025-02-061-3/+3
* tor-keymgr: Define the test key constants using a macro.Gabriela Moldovan2025-02-061-42/+83
* tor-keymgr: Rename test constants to match file names.Gabriela Moldovan2025-02-061-12/+12
* tor-key-forge: Split out ItemType as a separate trait.Gabriela Moldovan2025-01-131-2/+4
* tor-keymgr: Add a test certificate specifier to test_utils.Gabriela Moldovan2024-12-041-1/+34
* 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-2/+2
* tor-key-forge: Replace EncodableItem::key_type() with item_type().Gabriela Moldovan2024-12-041-3/+3
* tor-keymgr: Replace KeyType with KeystoreItemType (fmt).Gabriela Moldovan2024-12-041-2/+6
* tor-keymgr: Replace KeyType with KeystoreItemType.Gabriela Moldovan2024-12-041-2/+2
* tor-key-forge: Rename EncodableKey to EncodableItem.Gabriela Moldovan2024-12-041-4/+4
* tor-keymgr: Add tests for CTorClientKeystore.Gabriela Moldovan2024-10-081-0/+48
* tor-keymgr: Move assert_found helper to test_utils.Gabriela Moldovan2024-10-081-0/+23
* rename get_keypair_specifier() to keypair_specifier()Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E02024-09-091-1/+1
* tor_keymgr: add get_keypair_specifier() to KeySpecifier, and derive itAdam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E02024-09-091-0/+4
* tor-keymgr: Move TestSpecifier to test_utils.Gabriela Moldovan2024-05-071-0/+40
* tor-keymgr: Move test constants to test_utils.Gabriela Moldovan2024-05-071-0/+50
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-keymgr: Replace assert_key_specifier_rountrip macro with functionIan Jackson2023-12-071-11/+31
* tor-hsservice: Test the TryFrom<&KeyPath> KeySpecifier impl.Gabriela Moldovan2023-12-051-1/+2
* tor-keymgr: Add a module for test utilities.Gabriela Moldovan2023-12-051-0/+13