summaryrefslogtreecommitdiff
path: root/tor-cert/fuzz
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add fuzzers for certs, netdoc, and proto.Nick Mathewson2020-09-174-0/+50
This was remarkably simple.