#20522: Enable DISABLE_DISABLING_ED25519 ------------------------------+-------------------------------- Reporter: teor | Owner: Type: defect | Status: new Priority: Medium | Milestone: Tor: 0.3.0.x-final Component: Core Tor/Tor | Version: Severity: Normal | Keywords: tor-ed25519-proto Actual Points: | Parent ID: Points: 0.5 | Reviewer: Sponsor: | ------------------------------+-------------------------------- Split from #18319
At some point, we should require relays that once had an ed25519 key associated with their RSA key to always have that key, rather than allowing them to drop back to a version that didn't support ed25519. (This means they need to use a new RSA key to downgrade to an older version of tor without ed25519, which is consistent with the pinning in #18319.) This means either: 1a. waiting until 0.2.5 is no longer recommended, or 1b. look at historical metrics data to see how often relays run a recent version for a while, then drop back to an older one. If the answer is "almost never" then we can just turn it on now. To implement this change, replace `#undef DISABLE_DISABLING_ED25519` with `#define DISABLE_DISABLING_ED25519`. -- Ticket URL: <https://trac.torproject.org/projects/tor/ticket/20522> Tor Bug Tracker & Wiki <https://trac.torproject.org/> The Tor Project: anonymity online _______________________________________________ tor-bugs mailing list tor-bugs@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs