summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/testdata
Commit message (Collapse)AuthorAgeFilesLines
* netdoc: Correct and test some tricky routerdesc errorsNick Mathewson2022-11-174-0/+216
| | | | These required hex-editing identity certificates :P
* Netdoc: use a different desc in tests.Nick Mathewson2022-11-171-30/+34
| | | | This is from Akka, which ahf runs.
* netdoc: test case for microdesc with no ed25519 id.Nick Mathewson2022-06-071-0/+8
| | | | | The "bad-id" microdescriptor is hand-edited based on one from a Chutney network.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-2730-0/+1917
This will cause some pain for now, but now is really the best time to do this kind of thing.