mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
13a31e72db
When generating a vote, and we have two routerinfos with the same ed key, omit the one published earlier. This was supposed to have been solved by key pinning, but when I made key pinning optional, I didn't realize that this would jump up and bite us. It is part of bug 18318, and the root cause of 17668.
8 lines
407 B
Plaintext
8 lines
407 B
Plaintext
o Major bugfixes:
|
|
- When generating a vote with keypinning disabled, never include two
|
|
entries for the same ed25519 identity. This bug was causing
|
|
authorities to generate votes that they could not parse when a router
|
|
violated key pinning by changing its RSA identity but keeping its
|
|
Ed25519 identity. Fixes bug 17668; fixes part of bug 18318. Bugfix on
|
|
0.2.7.2-alpha.
|