aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-socksproto/src/handshake
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug fix: report empty SOCKS4 auth as "no auth".Nick Mathewson2022-10-031-2/+6
| | | | | Previously we would report it as authenticating using the empty string.
* Implement client-side SOCKS handshakeNick Mathewson2022-09-282-6/+293
|
* socksproto: Rename SocksHandshake to SocksProxyHandshake.Nick Mathewson2022-09-271-0/+523
Retain "SocksHandshake" as a deprecated synonym. Also, make an (on-by-default) feature for SocksProxyHandshake. (There is about to be a SocksClientHandshake as well.)