[tor-bugs] #20262 [Core Tor/Tor]: Onion services startup time always gets revealed
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Oct 11 23:51:21 UTC 2016
#20262: Onion services startup time always gets revealed
-----------------------------+------------------------------------
Reporter: twim | Owner:
Type: defect | Status: needs_review
Priority: Medium | Milestone: Tor: 0.3.0.x-final
Component: Core Tor/Tor | Version:
Severity: Major | Resolution:
Keywords: tor-hs research | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor: SponsorR-can
-----------------------------+------------------------------------
Comment (by twim):
Replying to [comment:6 teor]:
> A torrc option like this will be confusing if merged into the current
master, because it contains a function rend_service_reveal_startup_time()
which defaults to 0.
Right. It's because it does
{{{
return rend_service_non_anonymous_mode_enabled(options);
}}}
When introducing this torrc option this func should be changed to
something like
{{{
return options->RevealOnionServiceStartupTime ||
rend_service_non_anonymous_mode_enabled(options);
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/20262#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list