[tor-bugs] #17378 [Stem]: Stem HiddenServiceOptions does not reflect reality

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Oct 19 14:21:29 UTC 2015


#17378: Stem HiddenServiceOptions does not reflect reality
-----------------------+------------------------
 Reporter:  infinity0  |          Owner:  atagar
     Type:  defect     |         Status:  new
 Priority:  Medium     |      Milestone:
Component:  Stem       |        Version:
 Severity:  Normal     |     Resolution:
 Keywords:             |  Actual Points:
Parent ID:             |         Points:
  Sponsor:             |
-----------------------+------------------------
Description changed by infinity0:

Old description:

> Suppose I have in my torrc:
>
> {{{
> HiddenServiceDir x
> HiddenServicePort a
> HiddenServicePort b
>
> HiddenService y
> HiddenServicePort c
> }}}
>
> This means run service x on port a,b and a different (hopefully
> unlinkable) service y on port c.
>
> However stem's `HiddenServiceOptions` gives output like
>
> {{{
> {'HiddenServicePort': [a, b, c], 'HiddenServiceDir': [x, y]}
> }}}
>
> This loses information from the original config and there is no way for
> stem's client to reconstruct the original meaning of the torrc.

New description:

 Suppose I have in my torrc:

 {{{
 HiddenServiceDir x
 HiddenServicePort a
 HiddenServicePort b

 HiddenServiceDir y
 HiddenServicePort c
 }}}

 This means run service x on port a,b and a different (hopefully
 unlinkable) service y on port c.

 However stem's `HiddenServiceOptions` gives output like

 {{{
 {'HiddenServicePort': [a, b, c], 'HiddenServiceDir': [x, y]}
 }}}

 This loses information from the original config and there is no way for
 stem's client to reconstruct the original meaning of the torrc.

--

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/17378#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list