summaryrefslogtreecommitdiff
path: root/tor-netdoc/fuzz/fuzz_targets
Commit message (Collapse)AuthorAgeFilesLines
* Add a fuzzer for NsConsensus documentsNick Mathewson2021-03-301-0/+9
|
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-2/+2
| | | | This is painful, but we shouldn't have to do it again.
* Move around the modules inside tor-netdoc.Nick Mathewson2020-09-295-10/+4
| | | | | This change just gives them a more logical breakdown into parsing, documents, and misc other types.
* Add fuzzers for certs, netdoc, and proto.Nick Mathewson2020-09-175-0/+58
This was remarkably simple.