aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/fuzz/fuzz_targets
Commit message (Collapse)AuthorAgeFilesLines
* fuzzing: fix up targets to compile52252252025-10-072-9/+41
|
* Fuzzer code for socks client implementation.Nick Mathewson2022-10-031-0/+12
|
* socksproto: Rename SocksHandshake to SocksProxyHandshake.Nick Mathewson2022-09-271-2/+2
| | | | | | | | Retain "SocksHandshake" as a deprecated synonym. Also, make an (on-by-default) feature for SocksProxyHandshake. (There is about to be a SocksClientHandshake as well.)
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+11
This will cause some pain for now, but now is really the best time to do this kind of thing.