aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Also dump SANs for pathoc -SAldo Cortesi2014-03-071-1/+5
| | |
| | * Adjust for upstream cert store changes, improve cert handling significantlyAldo Cortesi2014-03-053-34/+35
| | |
| | * Add connection cipher info to pathod server logAldo Cortesi2014-03-022-20/+30
| | |
| | * Use new get_current_cipher to show cipher in pathoc SSL outputAldo Cortesi2014-03-021-3/+5
| | |
| | * pathoc -S dumps information on the remote SSL certificate chainAldo Cortesi2014-03-023-21/+63
| | |
| | * Support cert/key combo files in args. Improve argument names in SSLOptionsAldo Cortesi2014-03-023-12/+17
| | |
| | * Implement custom certs.Aldo Cortesi2014-03-027-43/+68
| | |
| | * Big improvements to SSL handlingAldo Cortesi2014-03-027-41/+101
| | | | | | | | | | | | | | | | | | | | | | | | - 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
| | * Expand SSL supportAldo Cortesi2014-02-275-19/+47
| | | | | | | | | | | | | | | | | | - Cipher suite selection for both pathoc and pathod - SSL version specification for pathod - Expose SSLv23 as an option, and use it by default
| | * fix pathod main scriptMaximilian Hils2014-02-082-1/+3
| | |
| | * run tests against netlib master again. refs #12Maximilian Hils2014-02-061-1/+1
| | |
| | * Merge branch 'tcp_proxy'Aldo Cortesi2014-02-079-27/+23
| | |\
| | | * adjust for netlib.tcp.Address changesMaximilian Hils2014-01-301-3/+3
| | | |
| | | * adjust to signature changes in netlib.tcpMaximilian Hils2014-01-289-26/+22
| | | |
| | | * Merge branch 'master' into tcp_proxyMaximilian Hils2014-01-288-19/+27
| | | |\
| | | * \ Merge branch 'master' into tcp_proxyMaximilian Hils2014-01-096-21/+40
| | | |\ \
| | | * | | change method signatureMaximilian Hils2014-01-091-1/+1
| | | | | |
| | * | | | Merge branch 'master' of ssh.github.com:mitmproxy/pathodAldo Cortesi2014-01-293-4/+6
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | move test requirements out of main requirements.txtMaximilian Hils2014-01-283-4/+6
| | | | | |
| | * | | | Adjust docs for inclusion of content-length header by default.Aldo Cortesi2014-01-281-1/+5
| | |/ / /
| | * | | travis: unbreak, and add irc notificationsAldo Cortesi2014-01-281-2/+9
| | | | |
| | * | | Pyflakes cleanup, adjust requirements.txtAldo Cortesi2014-01-195-13/+12
| | | | |
| | * | | Bump version.Aldo Cortesi2014-01-191-1/+1
| | | |/ | | |/|
| | * | display build status from master branchMaximilian Hils2014-01-091-1/+1
| | | |
| | * | Merge pull request #11 from mitmproxy/refactor_read_http_bodyAldo Cortesi2014-01-044-16/+17
| | |\ \ | | | | | | | | | | always return Content-Length: 0 if r is not set
| | | * \ Merge branch 'master' into refactor_read_http_bodyMaximilian Hils2013-12-165-2/+31
| | | |\ \
| | | * | | always return Content-Length: 0 if r is not setMaximilian Hils2013-12-154-16/+17
| | | | | |
| | * | | | Merge branch 'master' of ssh.github.com:mitmproxy/pathodAldo Cortesi2013-12-175-5/+34
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | fix windows compatibilityMaximilian Hils2013-12-163-5/+10
| | | | |/ | | | |/|
| | | * | add travis CI file & requirements.txtMaximilian Hils2013-12-162-0/+24
| | | | |
| | * | | Ability to specify SSL/TLS versionAldo Cortesi2013-12-172-4/+22
| | |/ /
| | * | Merge branch 'master' of ssh.github.com:mitmproxy/pathodAldo Cortesi2013-08-254-6/+6
| | |\|
| | | * ensure binary read on windowsMaximilian Hils2013-08-193-5/+5
| | | |
| | | * add PyCharm to gitignoreMaximilian Hils2013-08-191-1/+1
| | | |
| | * | Fix download link.Aldo Cortesi2013-08-251-1/+1
| | | |
| | * | Version bump and changelog.Aldo Cortesi2013-08-252-1/+6
| | |/
| | * Adapt to new cert storage API.Aldo Cortesi2013-08-121-3/+4
| | |
| | * Bump version.Aldo Cortesi2013-06-162-3/+3
| | |
| | * Merge branch 'master' of ssh.github.com:cortesi/pathodAldo Cortesi2013-06-162-4/+4
| | |\
| | | * Merge pull request #10 from mhils/masterAldo Cortesi2013-06-152-4/+4
| | | |\ | | | | | | | | | | always read files in binary mode
| | | | * always read files in binary modeMaximilian Hils2013-06-162-4/+4
| | | |/
| | * / Changelog.Aldo Cortesi2013-05-151-3/+2
| | |/
| | * Download path, version flags for both tools.Aldo Cortesi2013-05-154-2/+4
| | |
| | * Layout and docs.Aldo Cortesi2013-05-159-81/+88
| | |
| | * Adapt for new request_client_cert option in netlib.Aldo Cortesi2013-05-132-5/+11
| | |
| | * Doc layout refactoring.Aldo Cortesi2013-05-029-99/+122
| | |
| | * Changelog, minor cleanups.Aldo Cortesi2013-04-304-3/+21
| | |
| | * Sync version number with mitmproxy.Aldo Cortesi2013-03-052-2/+2
| | |
| | * Print pathod craft explanations to stdout.Aldo Cortesi2013-03-033-8/+12
| | |
| | * Improve robustness of proxy CONNECT, test coverage to 100%.Aldo Cortesi2013-03-022-2/+30
| | |