aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/fuzz/fuzz_targets
Commit message (Collapse)AuthorAgeFilesLines
* netdoc: Add fuzzing support for parse2 with authcert, mdsNick Mathewson2026-06-042-2/+10
|
* Undo change to use ns_consensus feature, fix target to not need it52252252025-10-071-2/+2
|
* fuzzing: fix up targets to compile52252252025-10-074-27/+23
|
* netdoc: Add a basic fuzzer for the hsdesc layers.Nick Mathewson2023-02-141-0/+22
| | | | | | I've been running this for 5 minutes and haven't found any crashes. I'll run it for an hour or two, then add the results to the corpus repository.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-275-0/+61
This will cause some pain for now, but now is really the best time to do this kind of thing.