Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-01 | Fix some memory leaks in ed25519 code and tests | Nick Mathewson | |
2015-06-01 | Appease make check-spaces | Andrea Shepard | |
2015-05-28 | Implement ed25519 identity collation for voting. | Nick Mathewson | |
This is a new collator type that follows proposal 220 for deciding which identities to include. The rule is (approximately): If a <ed,rsa> identity is listed by more than half of authorities, include it. And include all <rsa> votes about that node as matching. Otherwise, if an <*,rsa> or <rsa> identity is listed by more than half of the authorities, and no <ed,rsa> has been listed, include it. | |||
2015-05-28 | Refactor code that matches up routers with the same identity in votes | Nick Mathewson | |
This makes 'routerstatus collation' into a first-class concept, so we can change how that works for prop220. |