summaryrefslogtreecommitdiff
path: root/obfsproxy
Commit message (Expand)AuthorAge
* When in external mode, only call setup() of the transports we are launching.George Kadianakis2014-07-16
* Catch some exceptions in scramblesuit's setup() and fail gracefully.George Kadianakis2014-07-16
* Write password to a file, instead of the whole Bridge line.George Kadianakis2014-07-16
* Remove a broken unittest.George Kadianakis2014-07-16
* Use temporary files instead of "/tmp" in scramblesuit unittests.George Kadianakis2014-07-16
* Fix path joining in scramblesuit/state.py.George Kadianakis2014-07-15
* Add --password-file for scramblesuit UniformDH passwordirregulator2014-07-15
* Add PacketMorpher unittests.George Kadianakis2014-07-15
* Improve packet morphing algorithm.Philipp Winter2014-07-15
* Use more readable error messages.Philipp Winter2014-07-15
* Add TicketTest unittest.George Kadianakis2014-07-15
* When authenticating, also test epoch boundaries.Philipp Winter2014-07-15
* Make the server simply echo the client's epoch.Philipp Winter2014-07-15
* Add scramblesuit unittests for the state module.George Kadianakis2014-07-15
* Increase closing threshold.Philipp Winter2014-07-15
* Stop processing data after authentication failed.Philipp Winter2014-07-15
* Add and use const.MAX_HANDSHAKE_LENGTH.Philipp Winter2014-07-15
* Only search for mark in expected space.Philipp Winter2014-07-15
* Close connection if authentication fails.Philipp Winter2014-07-15
* Log pyptlib version on startup.John Giannelos2014-05-10
* Don't set transport circuit to None when closing a circuit.George Kadianakis2014-05-08
* Don't do networking on connections that should be closed.George Kadianakis2014-05-08
* Print ScrambleSuit disclaimer on startup.George Kadianakis2014-05-06
* Make sure that AES-CTR counter of obfs{2,3} won't overflow.George Kadianakis2014-04-26
* Add a compatibility layer for Twisted's UnsupportedAddressFamily.George Kadianakis2014-04-25
* Make txsocksx an optional dependency.George Kadianakis2014-04-25
* Proxy support: Ensure we have txsocksx and a recent enough Twisted.George Kadianakis2014-04-25
* Merge branch 'bug8956_tweak'George Kadianakis2014-04-16
|\
| * Tweak the proxy logging a bit.George Kadianakis2014-04-16
| * Clean up error handling when the http proxy doesn't return status.Yawning Angel2014-04-16
| * Don't feed None to parseProxyURI() in external mode.George Kadianakis2014-04-15
| * Add support for connecting via a HTTPS CONNECT proxy.Yawning Angel2014-04-15
| * Fix connecting via a SOCKS proxy.Yawning Angel2014-04-15
| * Use transport_config.py instead of making a new settings.py.George Kadianakis2014-04-06
| * Per asn, create_proxy_client() should just take an instanceYawning Angel2014-03-20
| * Till HTTP CONNECT is actually supported, properly reject useYawning Angel2014-03-19
| * Add suport for connecting via SOCKS4(a)/SOCKS5 using txsocksxYawning Angel2014-03-19
* | Obfsproxy can now resolve DNS hostnames in bridge addresses.George Kadianakis2014-03-28
* | Trivial tweaks to #11329 fix.George Kadianakis2014-03-27
* | Cast bytearray to str before calling struct.unpack() in socks5.py.Yawning Angel2014-03-27
* | Fix bug in unused socks5.py function.George Kadianakis2014-03-26
|/
* Update correct attribute to fix key rotation.Philipp Winter2014-03-15
* Fix the last issues asn foundYawning Angel2014-03-11
* Fix the test_socks.py unit testsYawning Angel2014-03-10
* Add unit tests for socks5.pyYawning Angel2014-03-10
* Minor changesYawning Angel2014-03-10
* Use inet_ntop/inet_pton from twisted.python.compat instead of the socketYawning Angel2014-03-10
* Incorporate feedback from hellais, and minor bug fixesYawning Angel2014-03-10
* Fix more things pointed out by asnYawning Angel2014-03-10
* More changes based on feedbackYawning Angel2014-03-10