<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/src/subcommands/hss.rs, branch arti-v1.4.3</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.3</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.3'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-03-12T11:32:44Z</updated>
<entry>
<title>Deprecate --onion-name; introduce --onion-address</title>
<updated>2025-03-12T11:32:44Z</updated>
<author>
<name>disha</name>
<email>dishatantia18@gmail.com</email>
</author>
<published>2025-03-12T11:32:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0f67318a720c4a62258382a5916668c0f360eab1'/>
<id>urn:sha1:0f67318a720c4a62258382a5916668c0f360eab1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Remove get-key subcommand in favor of onion-name.</title>
<updated>2024-09-17T14:03:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-17T11:27:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2413564c2b01f2dfbede5481c4cdd85fb476ed5c'/>
<id>urn:sha1:2413564c2b01f2dfbede5481c4cdd85fb476ed5c</id>
<content type='text'>
The `hss get-key` subcommand is now folded into `onion-name`, which
takes a `--generate` argument which specifies whether to generate the
key if missing.

Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2419#note_3078068
</content>
</entry>
<entry>
<title>arti: Add CLI for generating an onion service hsid.</title>
<updated>2024-09-17T14:03:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-16T13:43:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c367c14e1084802072361e5f67c3853551eca9cf'/>
<id>urn:sha1:c367c14e1084802072361e5f67c3853551eca9cf</id>
<content type='text'>
This adds a new `hss get-key` subcommand for retrieving and generating
service identity keys. The existing `hss onion-name` is now a
convenience alias for `hss get-key --generate=no --key-type=onion-name`.

Note: I am calling this new subcommand `get-key` for consistency with
its client counterpart (`hsc get-key`).

Closes #1621
</content>
</entry>
<entry>
<title>arti: Add an enum for the hss subcommand.</title>
<updated>2024-09-17T14:03:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-16T11:03:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bfdc463f2dff8dec1835213f57d935430410c817'/>
<id>urn:sha1:bfdc463f2dff8dec1835213f57d935430410c817</id>
<content type='text'>
This is needed because we'll soon add an `hss get-key` subcommand for
getting and/or generating a service identity key alongside `hss
onion-name` (`hss onion-name` will become a convenience around `hss
get-key --key-type=onion-name`).
</content>
</entry>
<entry>
<title>arti: Refactor hss::onion_name() implementation.</title>
<updated>2024-09-17T14:03:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-16T17:05:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6100193a566c82cbf31edd82cd30db1cb37e92ea'/>
<id>urn:sha1:6100193a566c82cbf31edd82cd30db1cb37e92ea</id>
<content type='text'>
This splits `onion_name` into multiple functions (which will be
repurposed for the future `hss get-key` implementation).
</content>
</entry>
<entry>
<title>arti: Move hss onion-name implementation to a separate function.</title>
<updated>2024-09-17T14:03:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-16T11:06:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0cf2a3753396c785fa60e340d99ae1d0a822cb06'/>
<id>urn:sha1:0cf2a3753396c785fa60e340d99ae1d0a822cb06</id>
<content type='text'>
`hss` will soon sprout another subcommand, so I am preemptively
refactoring the `hss onion-name` implementation out of `hss::run()`.
</content>
</entry>
<entry>
<title>Have `arti hss onion-name` error if it doesn't print the onion name</title>
<updated>2024-08-01T21:03:15Z</updated>
<author>
<name>Kunal Mehta</name>
<email>legoktm@debian.org</email>
</author>
<published>2024-08-01T16:50:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=405ada0dd528fdebbb7769ec89ef2db543c51c56'/>
<id>urn:sha1:405ada0dd528fdebbb7769ec89ef2db543c51c56</id>
<content type='text'>
There are two error cases where the onion name isn't printed, but
previously returned `Ok(())`.

It now returns an error to exit with a non-zero status code.
</content>
</entry>
<entry>
<title>arti: Move arti hss subcommand implementation to separate module.</title>
<updated>2024-06-17T18:14:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-17T16:37:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5884067fd19eeed143dbc67dc7b7e76790de8688'/>
<id>urn:sha1:5884067fd19eeed143dbc67dc7b7e76790de8688</id>
<content type='text'>
This addresses a TODO.
</content>
</entry>
</feed>
