aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Scripts to reproducibly generate the test certificateAldo Cortesi2015-04-194-29/+121
|
* Unit test++ for PathodSpecAldo Cortesi2015-04-181-0/+9
|
* Fix test that fails on Travis with a bodgeAldo Cortesi2015-04-171-1/+3
| | | | Circumvents a platform difference causing a test failure.
* Unit tests: cmdline.pathodAldo Cortesi2015-04-171-1/+88
|
* housekeeping: ++tests, coverage annotationsAldo Cortesi2015-04-172-1/+57
|
* Housekeeping: .env and fix unit testsAldo Cortesi2015-04-171-1/+1
|
* Fix unit testsAldo Cortesi2014-11-111-2/+2
|
* Improve netability of grammarsAldo Cortesi2014-10-261-11/+27
|
* Resolve a quoting ambiguity in nested response specsAldo Cortesi2014-10-261-9/+13
|
* Allow nesting of pathod response specs in pathoc specsAldo Cortesi2014-10-262-3/+27
| | | | | This opens the door to really neat, repeatable, client-side driven fuzzing, especially of proxies.
* pathoc -n 0 repeats foreverAldo Cortesi2014-10-251-1/+3
|
* Make grammar less ambiguous for multi-pattern filesAldo Cortesi2014-10-251-1/+10
|
* Allow specification of multiple patterns from file and on command lineAldo Cortesi2014-10-252-16/+46
|
* Update pyparsingAldo Cortesi2014-10-251-1/+2
|
* Parse patterns eagerly on instantiationAldo Cortesi2014-10-253-38/+32
|
* Whitespace and formattingAldo Cortesi2014-10-251-16/+29
|
* Nicer way to specify patterns read for file - just use a pathAldo Cortesi2014-10-252-67/+50
|
* Refactor and whitespaceAldo Cortesi2014-10-241-1/+0
|
* Fix tests, re-add scriptsAldo Cortesi2014-10-243-15/+53
|
* fix testsMaximilian Hils2014-09-281-4/+3
|
* Merge pull request #16 from mitmproxy/distAldo Cortesi2014-09-081-4/+0
|\ | | | | improve distribution
| * Merge branch 'master' into distMaximilian Hils2014-08-311-6/+6
| |\ | | | | | | | | | | | | | | | Conflicts: requirements.txt setup.py
| * | try harder to fix travisMaximilian Hils2014-08-301-4/+0
| | |
* | | Silence insecure requets warnings in our test packageAldo Cortesi2014-09-071-6/+11
| |/ |/|
* | fix tests to be compatible with the latest requests versionMaximilian Hils2014-08-311-6/+6
|/
* Adjust timeout test to make race condition much less likely.Aldo Cortesi2014-03-101-1/+1
|
* Adjust for upstream cert store changes, improve cert handling significantlyAldo Cortesi2014-03-051-6/+3
|
* Add connection cipher info to pathod server logAldo Cortesi2014-03-021-2/+9
|
* pathoc -S dumps information on the remote SSL certificate chainAldo Cortesi2014-03-021-19/+28
|
* Support cert/key combo files in args. Improve argument names in SSLOptionsAldo Cortesi2014-03-021-1/+1
|
* Implement custom certs.Aldo Cortesi2014-03-023-3/+48
|
* Big improvements to SSL handlingAldo Cortesi2014-03-023-8/+34
| | | | | | | | - pathod now dynamically generates SSL certs, using the ~/.mitmproxy cacert - pathoc returns data on SSL peer certificates - Pathod certificate CN can be specified on command line - Support SSLv23
* adjust to signature changes in netlib.tcpMaximilian Hils2014-01-283-12/+9
|
* move test requirements out of main requirements.txtMaximilian Hils2014-01-281-0/+4
|
* Merge pull request #11 from mitmproxy/refactor_read_http_bodyAldo Cortesi2014-01-041-6/+6
|\ | | | | always return Content-Length: 0 if r is not set
| * always return Content-Length: 0 if r is not setMaximilian Hils2013-12-151-6/+6
| |
* | fix windows compatibilityMaximilian Hils2013-12-161-4/+7
|/
* always read files in binary modeMaximilian Hils2013-06-161-2/+2
|
* Adapt for new request_client_cert option in netlib.Aldo Cortesi2013-05-131-1/+4
|
* Changelog, minor cleanups.Aldo Cortesi2013-04-301-0/+3
|
* Print pathod craft explanations to stdout.Aldo Cortesi2013-03-031-1/+1
|
* Improve robustness of proxy CONNECT, test coverage to 100%.Aldo Cortesi2013-03-021-0/+20
|
* Make pathoc request return more human-friendly.Aldo Cortesi2013-02-272-14/+14
|
* Adapt to netlib API changes.Aldo Cortesi2013-02-241-1/+1
|
* Make last_log return None if nothing is logged.Aldo Cortesi2013-02-231-1/+1
|
* Add support for client certificatesAldo Cortesi2013-01-205-0/+71
| | | | | | - pathod request logs now include a clientcert member with details on the client cert, or None if there wasn't one. - pathoc has a -C option to specify a client certificate
* Implement and unit test not-after-connect option.Aldo Cortesi2013-01-052-1/+12
|
* CONNECT through proxy mode for pathocAldo Cortesi2013-01-052-5/+11
| | | | Also, use this to unit test the pathod CONNECT implementation.
* Proxy mode: drop to SSL if we see an HTTP CONNECT requestAldo Cortesi2013-01-051-0/+4
|
* Provisional proxy mode support for pathod.Aldo Cortesi2013-01-052-0/+11
|