summaryrefslogtreecommitdiff
path: root/crates/tor-ptmgr/fuzz
Commit message (Collapse)AuthorAgeFilesLines
* tor-ptmgr: Fix fuzzer compilation.Nick Mathewson2023-03-131-0/+1
| | | | | | Since we made the internals of the ptmgr protocol parser conditionally private, we need to tell Cargo to build the fuzzer with the `experimental-api` feature so that it can access them.
* set all crate edition to 2021trinity-1686a2022-11-011-1/+1
|
* ptmgr: Add a fuzzer for ptmessage.Nick Mathewson2022-10-263-0/+36