summaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/fuzz
Commit message (Collapse)AuthorAgeFilesLines
* set all crate edition to 2021trinity-1686a2022-11-011-1/+1
|
* Fuzzer code for socks client implementation.Nick Mathewson2022-10-032-1/+21
|
* 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.)
* Update corpus and links.Nick Mathewson2021-09-071-1/+1
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-274-0/+42
This will cause some pain for now, but now is really the best time to do this kind of thing.