summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYawning Angel <yawning@torproject.org>2015-02-17 11:33:29 +0000
committerYawning Angel <yawning@torproject.org>2015-02-17 11:33:29 +0000
commit0066cfc3932c50323fa596981f18ef5b0e862742 (patch)
tree49ac284ec91fe342a1995693b9bc7d3e015eee8e /doc
parent0f038ca4fa4c175d427251838cfee6fb6d6b9e2f (diff)
Add support for acting as a ScrambleSuit client.
This allows obfs4proxy to be used as a ScrambleSuit client that is wire compatible with the obfs4proxy implementation, including session ticket support, and length obfuscation. The current implementation has the following limitations: * IAT obfuscation is not supported (and is disabled in all other ScrambleSuit implementations by default). * The length distribution and probabilites are different from those generated by obfsproxy and obfsclient due to a different DRBG. * Server support is missing and is unlikely to be implemented.
Diffstat (limited to 'doc')
-rw-r--r--doc/obfs4proxy.15
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/obfs4proxy.1 b/doc/obfs4proxy.1
index e442946..a9c6257 100644
--- a/doc/obfs4proxy.1
+++ b/doc/obfs4proxy.1
@@ -1,4 +1,4 @@
-.TH OBFS4PROXY 1 "2014-09-24"
+.TH OBFS4PROXY 1 "2015-01-20"
.SH NAME
obfs4proxy \- pluggable transport proxy for Tor, implementing obfs4
.SH SYNOPSIS
@@ -11,7 +11,8 @@ censors, who usually monitor traffic between the client and the bridge,
will see innocent-looking transformed traffic instead of the actual Tor
traffic.
.PP
-obfs4proxy implements the obfuscation protocols obfs2, obfs3 and obfs4.
+obfs4proxy implements the obfuscation protocols obfs2, obfs3,
+ScrambleSuit (client only) and obfs4.
.PP
obfs4proxy is currently only supported as a managed pluggable transport
spawned as a helper process via the \fBtor\fR daemon.