mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
d48eaff86d
mike is concerned that we would get too much exposure to adversaries,
if we enforce that none of our L2 guards can be in the same family.
this change set now essentially finishes the feature that commit a77727cdc
was attempting to add, but strips the "_and_family" part of that plan.
6 lines
325 B
Plaintext
6 lines
325 B
Plaintext
o Major bugfixes (vanguards):
|
|
- We had omitted some checks for whether our vanguards (second layer
|
|
guards from proposal 333) overlapped. Now make sure to pick each
|
|
of them to be independent. Also, change the design to allow them to
|
|
come from the same family. Fixes bug 40639; bugfix on 0.4.7.1-alpha.
|