tor

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

commit 92ae8cea30d5c4b3cd5283abf571ffdb5ed06bcb
parent 9b72a561f59d5df7842909f5310209055f7c52eb
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed,  8 Apr 2020 08:17:41 -0400

changes: Add changes file for #32542

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

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

diff --git a/changes/ticket32542 b/changes/ticket32542 @@ -0,0 +1,3 @@ + o Minor feature (onion service client, SOCKS5): + - Add 3 new SocksPort ExtendedErrors (F2, F3, F7) that reports back new type + of onion service connection failures. Closes ticket 32542.