summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/test_utils.rs
Commit message (Expand)AuthorAgeFilesLines
* 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