summaryrefslogtreecommitdiff
path: root/crates/arti/src/subcommands/hsc.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-keymgr: Rename the primary keystore for clarity.Gabriela Moldovan2024-09-231-1/+1
* arti: Tolerate lowercase "no" in confirmation prompt.Gabriela Moldovan2024-09-191-3/+7
* arti: Fix typo in display_service_discovery_key function name.Gabriela Moldovan2024-09-191-3/+3
* arti: Add a subcommand for removing a client discovery key.Gabriela Moldovan2024-09-191-0/+35
* arti: Add an hsc subcommand for rotating client keys.Gabriela Moldovan2024-09-191-0/+65
* arti: Move public key output logic to a separate function.Gabriela Moldovan2024-09-191-4/+13
* arti: Satisfy clippy.Gabriela Moldovan2024-09-181-4/+4
* arti: Add hsc key subcommand, deprecate hsc get-key.Gabriela Moldovan2024-09-181-3/+31
* arti: Move the keygen-related args to a separate struct.Gabriela Moldovan2024-09-181-9/+17
* arti: Make sure we check the KeyType before running the command.Gabriela Moldovan2024-09-181-1/+5
* arti: Move the shared arti hsc args to CommonArgs (fmt).Gabriela Moldovan2024-09-181-2/+4
* arti: Move the shared arti hsc args to CommonArgs.Gabriela Moldovan2024-09-181-16/+22
* arti: Move TorClient creation to the top-level (fmt).Gabriela Moldovan2024-09-181-4/+1
* arti: Move TorClient creation to the top-level.Gabriela Moldovan2024-09-181-8/+7
* Fix typosDimitris Apostolou2024-09-031-1/+1
* arti: Implement the hsc subcommand using an inert tor client.Gabriela Moldovan2024-08-281-1/+1
* tor-hscrypto: Remove unnecessary Display wrapper.Gabriela Moldovan2024-07-081-1/+1
* Fix markdown quoting.Ian Jackson2024-07-081-1/+1
* arti: Rewrite the hsc prepare-service-discovery-key command (fmt).Gabriela Moldovan2024-06-271-11/+6
* arti: Rewrite the hsc prepare-service-discovery-key command.Gabriela Moldovan2024-06-271-10/+30
* arti: Add an arti hsc subcommand.Gabriela Moldovan2024-06-271-0/+147