You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
obfs4/obfs4proxy
Yawning Angel b19b6de31f Allow randomly generating node-ids instead of requiring the fingerprint.
To ease delopyment, "-genServerParams has changed".

 * "-genServerParams" is now a bool, and will by default generate a
   random node-id.
 * "-genServerParams -genServerParamsFP=<Base16 blob>" will convert the
   supplied bridge fingerprint to a node-id (the old behavior).

Either way of deriving node-id is belived to be secure.

 * https://lists.torproject.org/pipermail/tor-dev/2014-May/006929.html
 * https://lists.torproject.org/pipermail/tor-dev/2014-June/006936.html

The extra parameter was added because golang's flags library doesn't
support distinguishing between "set but used the default value" and
"not set, so you go the default value".
10 years ago
..
obfs4proxy.go Allow randomly generating node-ids instead of requiring the fingerprint. 10 years ago
proxy_extras.go Move the SOCKS4 code off into it's own little getto. 10 years ago
proxy_http.go Fix minor style issues pointed out by golint. 10 years ago
proxy_socks4.go Add support for HTTP CONNECT proxies. 10 years ago
pt_extras.go Use goptlib's MakeStateDir instead of the one in pt_extras. 10 years ago