Module handshake

Source
Expand description

Implement the socks handshakes.

Modules§

client 🔒 client-handshake
Implementation for a SOCKS client handshake.
framework 🔒 proxy-handshake or client-handshake
Framework for helping implement a handshake function
proxy 🔒 proxy-handshake
Types to implement the SOCKS handshake.

Structs§

Action
An action to take in response to a SOCKS handshake message.

Constants§

NO_AUTHENTICATION 🔒
Constant for “no authentication”.
USERNAME_PASSWORD 🔒
Constant for Username/Password-style authentication. (See RFC 1929)