mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
44eafa9697
(with fixes by Nick Mathewson to unbreak the build)
10 lines
395 B
Plaintext
10 lines
395 B
Plaintext
o Minor bugfixes:
|
|
- Assert that hidden-service-related operations are not performed
|
|
using single-hop circuits. Previously, Tor would assert that
|
|
client-side streams are not attached to single-hop circuits, but
|
|
not that other sensitive operations on the client and service
|
|
side are not performed using single-hop circuits. Fixes bug
|
|
3332; bugfix on 0.0.6.
|
|
|
|
|