Author: asn Date: 2013-01-22 22:01:21 +0000 (Tue, 22 Jan 2013) New Revision: 26023
Modified: website/trunk/docs/en/pluggable-transports.wml Log: Add pyobfsproxy to the PT page and update the flashproxy status.
Modified: website/trunk/docs/en/pluggable-transports.wml =================================================================== --- website/trunk/docs/en/pluggable-transports.wml 2013-01-22 22:01:15 UTC (rev 26022) +++ website/trunk/docs/en/pluggable-transports.wml 2013-01-22 22:01:21 UTC (rev 26023) @@ -35,6 +35,19 @@ <hr>
<ul> + + <li><b>Pyobfsproxy</b> is a Python framework for implementing new + transport protocols. It uses Twisted for its networking needs, and + <a href="https://gitweb.torproject.org/pluggable-transports/pyptlib.git/blob/HEAD:/README.rst">pyptlib</a> + for some pluggable transport-related features. It supports the + <a href="https://gitweb.torproject.org/obfsproxy.git/blob/HEAD:/doc/obfs2/protocol-spec.txt">obfs2</a> + and + <a href="https://gitweb.torproject.org/pluggable-transports/pyobfsproxy.git/blob/HEAD:/doc/obfs3/obfs3-protocol-spec.txt">obfs3</a> + pluggable transports. Maintained by George Kadianakis. <br> + + Status: <a href="https://blog.torproject.org/blog/combined-flash-proxy-pyobfsproxy-browser-bundles">Deployed</a> + </li> + <li><b>Obfsproxy</b> is a framework for implementing new transport protocols in C using libevent. See its <a href="<page projects/obfsproxy>">web page</a>, @@ -56,7 +69,7 @@ Maintained by David Fifield. # <iframe src="//crypto.stanford.edu/flashproxy/embed.html" width="80" height="15" frameborder="0" scrolling="no"></iframe> <br> - Status: <em>Deployment started</em> <a href="https://lists.torproject.org/pipermail/tor-dev/2012-December/004254.html">(Client alpha bundles)</a> + Status: <a href="https://blog.torproject.org/blog/combined-flash-proxy-pyobfsproxy-browser-bundles">Deployed</a> </li>
<li><b>StegoTorus</b> is an Obfsproxy fork that extends it to a)
tor-commits@lists.torproject.org