aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/testdata/bad-mds
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdoc: Test for UTF-8 port policy edge case52252252026-06-031-0/+10
| | | | | | | This commit adds a tor-netdoc test for checking for an edge case related to UTF-8 symbols found within netdocs. See arti#2566
* 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-272-0/+21
This will cause some pain for now, but now is really the best time to do this kind of thing.