tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 6c9d678ff66d012b4c8009c6ad44409c7368ed69
parent d023de945a7037bb4ec66f81aa83588d53184099
Author: David Goulet <dgoulet@torproject.org>
Date:   Tue, 30 Oct 2018 11:28:53 -0400

hs-v3: Add changes file for 28026

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Achanges/ticket28026 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/changes/ticket28026 b/changes/ticket28026 @@ -0,0 +1,3 @@ + o Documentation (hidden service manpage): + - Improve HSv3 client authorization by making some options more explicit + and detailed. Closes ticket 28026. Patch by "mtigas".