aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_tcp.py
Commit message (Expand)AuthorAgeFilesLines
* organize exceptions, improve content-length handlingMaximilian Hils2015-09-171-17/+19
* fix tutils importsThomas Kriechbaumer2015-08-011-2/+2
* add distinct error for cert verification issuesMaximilian Hils2015-07-241-1/+1
* remove certffiMaximilian Hils2015-06-261-37/+1
* Cleaning up upstream server verification. Adding storage of cerificateKyle Morton2015-06-221-11/+75
* netlib/test.py -> test/tservers.pyAldo Cortesi2015-06-221-28/+28
* http2: improve test suiteThomas Kriechbaumer2015-06-161-8/+33
* Merge pull request #69 from kyle-m/masterAldo Cortesi2015-06-161-0/+53
|\
| * Adding support for upstream certificate validation when using SSL/TLS with anKyle Morton2015-06-151-0/+53
* | add more testsThomas Kriechbaumer2015-06-121-0/+5
|/
* fix non-ALPN supported OpenSSL-related testsThomas Kriechbaumer2015-06-081-1/+7
* increase test coverageThomas Kriechbaumer2015-06-051-0/+5
* simplify default ssl params for test serversThomas Kriechbaumer2015-06-051-65/+11
* Adjust pep8 parameters, reformatAldo Cortesi2015-05-301-4/+13
* make tests aware of ALPN & OpenSSL 1.0.2 dependencyThomas Kriechbaumer2015-05-291-8/+13
* add ALPN support to TCP abstractionThomas Kriechbaumer2015-05-291-0/+18
* test Address __str__Thomas Kriechbaumer2015-05-291-0/+1
* cleanup code with autopep8Thomas Kriechbaumer2015-05-271-72/+118
* 100% test coverageMaximilian Hils2015-04-091-12/+11
* try harder to fix race condition in testsMaximilian Hils2015-02-271-0/+6
* make tests more robust, fix coverallsMaximilian Hils2015-02-271-0/+2
* 100% test coverage :tada:Maximilian Hils2015-02-271-27/+76
* fix testsMaximilian Hils2014-10-231-1/+1
* clean up codeMaximilian Hils2014-10-091-2/+2
* CertStore: add support for cert chainsMaximilian Hils2014-10-081-4/+4
* Remove avoidable imports from OpenSSLAldo Cortesi2014-09-091-1/+1
* minor cleanupsMaximilian Hils2014-08-161-3/+0
* fix testsMaximilian Hils2014-07-181-1/+1
* add test case for mitmproxy/mitmproxy#295Maximilian Hils2014-07-171-1/+1
* fix #28Maximilian Hils2014-03-101-0/+23
* Certificate flagsAldo Cortesi2014-03-101-55/+72
* Support Ephemeral Diffie-HellmanAldo Cortesi2014-03-071-0/+20
* We now require PyOpenSSL >= 0.14Aldo Cortesi2014-03-021-3/+0
* Use PyOpenSSL's underlying ffi interface to get current cipher for connections.Aldo Cortesi2014-03-021-1/+34
* Cleanups, tests, and no-cover directives for code sections we can't test.Aldo Cortesi2014-03-021-0/+20
* Cipher suite selection for client connections, improved error handlingAldo Cortesi2014-02-271-1/+31
* adjust netlib.wsgi to reflect changes in mitmproxys flow formatMaximilian Hils2014-02-051-0/+1
* add tcp.Address to unify ipv4/ipv6 address handlingMaximilian Hils2014-01-281-18/+18
* refactor read_http_bodyMaximilian Hils2013-12-151-1/+0
* test tcpclient.source_address, increase coverageMaximilian Hils2013-12-141-1/+23
* merge smurfix/ipv6, add ipv6 support for TCPServer, add ipv6 testMaximilian Hils2013-12-131-0/+12
* Fix race condition in test suite.Aldo Cortesi2013-12-081-3/+0
* Zap stray print in tests.Aldo Cortesi2013-12-081-1/+0
* adding cipher list selection option to BaseHandlerIsrael Nir2013-08-211-0/+25
* Add a request_client_cert argument to server SSL conversion.Aldo Cortesi2013-05-131-0/+6
* Housekeeping and cleanup, some minor argument name changes.Aldo Cortesi2013-02-241-2/+2
* More accurate description of an HTTP read error, make pyflakes happy.Aldo Cortesi2013-02-241-1/+1
* 100% test coverageAldo Cortesi2013-01-271-4/+31
* Bump unit tests, fix two serious wee buglets discovered.Aldo Cortesi2013-01-261-1/+2
* Introduce the mock module to improve unit tests.Aldo Cortesi2013-01-261-1/+18