Files
tor/changes/bug21107
T
Nick Mathewson 0f79fb51e5 dirauth: Fix for calling routers unreachable for wrong ed25519
Previously the dirserv_orconn_tls_done() function would skip routers
when they advertised an ed25519 key but didn't present it during the
link handshake.  But that covers all versions between 0.2.7.2-alpha
and 0.2.9.x inclusive!

Fixes bug 21107; bugfix on 0.3.0.1-alpha.
2017-02-02 10:37:25 -05:00

7 lines
360 B
Plaintext

o Major bugfixes (directory authority):
- When deciding whether we have just found a router to be reachable,
do not penalize it for not having performed an Ed25519 link handshake
if it does not claim to support an Ed25519 handshake. Previously,
we would treat such relays as non-running.
Fixes bug 21107; bugfix on 0.2.3.1-alpha.