| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add builders for authority and fallback objects. | Nick Mathewson | 2021-05-10 | 1 | -6/+63 |
| | | |||||
| * | A few easy tests in tor-dirmgr. | Nick Mathewson | 2021-05-04 | 1 | -0/+35 |
| | | |||||
| * | Make reasonable set of default fallback directories | Nick Mathewson | 2021-03-30 | 1 | -0/+1 |
| | | |||||
| * | Give the authorities value a reasonable default. | Nick Mathewson | 2021-03-30 | 1 | -0/+24 |
| | | |||||
| * | Rename Rsa{Identity,Signature} to fix clippy warning. | Nick Mathewson | 2021-03-29 | 1 | -4/+4 |
| | | |||||
| * | Apply "deny_unknown_fields" to configuration types. | Nick Mathewson | 2021-02-12 | 1 | -0/+4 |
| | | |||||
| * | Make authorities and fallbacks configurable. | Nick Mathewson | 2021-02-11 | 1 | -1/+3 |
| | | | | | | | | | | | This commit adds configuration options for these values, with the right defaults, and uses those options instead of built-in functions to set them. We also remove the function to extract information from chutney directories: now that arti is configurable, it can be chutney's job to make its own network configurations. | ||||
| * | Detect consensuses that are signed by the wrong authorities. | Nick Mathewson | 2021-01-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | With this patch we don't consider a consensus to be even potentially well-signed if the authorities that are listed as signing it don't contain enough authorities we believe in. Otherwise, we'd just try fetching certs for them and failing forever. (I found this by switching from a chutney network to the main network without cleaning out my cache.) Closes #44 | ||||
| * | Move storage and config logic from netdir to dirmgr. | Nick Mathewson | 2020-11-20 | 1 | -0/+33 |
