[tor-bugs] #21033 [Core Tor/Tor]: hs: HiddenServiceNumIntroductionPoints can't go below the default value of 3

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Dec 19 15:32:41 UTC 2016


#21033: hs: HiddenServiceNumIntroductionPoints can't go below the default value of
3
------------------------------+--------------------------------
     Reporter:  dgoulet       |      Owner:
         Type:  defect        |     Status:  new
     Priority:  Medium        |  Milestone:  Tor: 0.3.0.x-final
    Component:  Core Tor/Tor  |    Version:
     Severity:  Normal        |   Keywords:  tor-hs
Actual Points:                |  Parent ID:
       Points:  0.1           |   Reviewer:
      Sponsor:  SponsorR-can  |
------------------------------+--------------------------------
 With the `HiddenServiceNumIntroductionPoints` option, one should be able
 to go from 0 to the maximum allowed that is 10.

 Currently, our code restrict from default value of 3 to the maximum value
 of 10. Bug is here:

 {{{
       service->n_intro_points_wanted =
         (unsigned int) tor_parse_long(line->value, 10,
                                       NUM_INTRO_POINTS_DEFAULT,
                                       NUM_INTRO_POINTS_MAX, &ok, NULL);

 }}}

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


More information about the tor-bugs mailing list