aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/subcommands/hsc.rs
Commit message (Expand)AuthorAgeFilesLines
* keymgr: Make CTorPath more like the client/service specifiersGabriela Moldovan2026-01-061-3/+3
* arti: Add missing subcommand docsGabriela Moldovan2025-12-011-0/+2
* Add `hsc key ctor-migrate` subcommandhjrgrn2025-11-241-0/+119
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-4/+6
* Use new DisplayRedacted/DebugRedacted code for HsId.Nick Mathewson2025-07-311-2/+9
* arti: hss: Add `arti hss ctor-migrate`hjrgrn2025-07-311-41/+3
* Remove hsc quiet and force flags in favor of batchhjrgrn2025-04-141-33/+31
* Merge branch '1630-scrub-address-from-output' into 'main'gabi-2502025-03-191-23/+28
|\
| * hsc: Improve get_onion_address functionhjrgrn2025-03-181-2/+3
| * hsc: Add --quite CLI flaghjrgrn2025-03-171-10/+15
| * hsc: Improve get_onion_address functionhjrgrn2025-03-171-4/+3
| * hsc: remove onion-address flag in favour of stdinhjrgrn2025-03-141-22/+22
* | Merge branch 'hsc-lf' into 'main'gabi-2502025-03-181-1/+1
|\ \ | |/ |/|
| * arti: hsc-key-get: Print LF after discovery keyplaybahn2025-03-131-1/+1
* | hsc: remove TODO about display_service_discovery_key error handling.hjrgrn2025-03-141-1/+0
|/
* Deprecate --onion-name; introduce --onion-addressdisha2025-03-121-10/+10
* arti: Remove incorrect deprecation warning in hschjrgrn2025-03-101-1/+0
* 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