Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Also dump SANs for pathoc -S | Aldo Cortesi | 2014-03-07 | 1 | -1/+5 | |
| | | | ||||||
| | * | Adjust for upstream cert store changes, improve cert handling significantly | Aldo Cortesi | 2014-03-05 | 3 | -34/+35 | |
| | | | ||||||
| | * | Add connection cipher info to pathod server log | Aldo Cortesi | 2014-03-02 | 2 | -20/+30 | |
| | | | ||||||
| | * | Use new get_current_cipher to show cipher in pathoc SSL output | Aldo Cortesi | 2014-03-02 | 1 | -3/+5 | |
| | | | ||||||
| | * | pathoc -S dumps information on the remote SSL certificate chain | Aldo Cortesi | 2014-03-02 | 3 | -21/+63 | |
| | | | ||||||
| | * | Support cert/key combo files in args. Improve argument names in SSLOptions | Aldo Cortesi | 2014-03-02 | 3 | -12/+17 | |
| | | | ||||||
| | * | Implement custom certs. | Aldo Cortesi | 2014-03-02 | 7 | -43/+68 | |
| | | | ||||||
| | * | Big improvements to SSL handling | Aldo Cortesi | 2014-03-02 | 7 | -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 support | Aldo Cortesi | 2014-02-27 | 5 | -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 script | Maximilian Hils | 2014-02-08 | 2 | -1/+3 | |
| | | | ||||||
| | * | run tests against netlib master again. refs #12 | Maximilian Hils | 2014-02-06 | 1 | -1/+1 | |
| | | | ||||||
| | * | Merge branch 'tcp_proxy' | Aldo Cortesi | 2014-02-07 | 9 | -27/+23 | |
| | |\ | ||||||
| | | * | adjust for netlib.tcp.Address changes | Maximilian Hils | 2014-01-30 | 1 | -3/+3 | |
| | | | | ||||||
| | | * | adjust to signature changes in netlib.tcp | Maximilian Hils | 2014-01-28 | 9 | -26/+22 | |
| | | | | ||||||
| | | * | Merge branch 'master' into tcp_proxy | Maximilian Hils | 2014-01-28 | 8 | -19/+27 | |
| | | |\ | ||||||
| | | * \ | Merge branch 'master' into tcp_proxy | Maximilian Hils | 2014-01-09 | 6 | -21/+40 | |
| | | |\ \ | ||||||
| | | * | | | change method signature | Maximilian Hils | 2014-01-09 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' of ssh.github.com:mitmproxy/pathod | Aldo Cortesi | 2014-01-29 | 3 | -4/+6 | |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | ||||||
| | | * | | | move test requirements out of main requirements.txt | Maximilian Hils | 2014-01-28 | 3 | -4/+6 | |
| | | | | | | ||||||
| | * | | | | Adjust docs for inclusion of content-length header by default. | Aldo Cortesi | 2014-01-28 | 1 | -1/+5 | |
| | |/ / / | ||||||
| | * | | | travis: unbreak, and add irc notifications | Aldo Cortesi | 2014-01-28 | 1 | -2/+9 | |
| | | | | | ||||||
| | * | | | Pyflakes cleanup, adjust requirements.txt | Aldo Cortesi | 2014-01-19 | 5 | -13/+12 | |
| | | | | | ||||||
| | * | | | Bump version. | Aldo Cortesi | 2014-01-19 | 1 | -1/+1 | |
| | | |/ | | |/| | ||||||
| | * | | display build status from master branch | Maximilian Hils | 2014-01-09 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge pull request #11 from mitmproxy/refactor_read_http_body | Aldo Cortesi | 2014-01-04 | 4 | -16/+17 | |
| | |\ \ | | | | | | | | | | | always return Content-Length: 0 if r is not set | |||||
| | | * \ | Merge branch 'master' into refactor_read_http_body | Maximilian Hils | 2013-12-16 | 5 | -2/+31 | |
| | | |\ \ | ||||||
| | | * | | | always return Content-Length: 0 if r is not set | Maximilian Hils | 2013-12-15 | 4 | -16/+17 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' of ssh.github.com:mitmproxy/pathod | Aldo Cortesi | 2013-12-17 | 5 | -5/+34 | |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | ||||||
| | | * | | | fix windows compatibility | Maximilian Hils | 2013-12-16 | 3 | -5/+10 | |
| | | | |/ | | | |/| | ||||||
| | | * | | add travis CI file & requirements.txt | Maximilian Hils | 2013-12-16 | 2 | -0/+24 | |
| | | | | | ||||||
| | * | | | Ability to specify SSL/TLS version | Aldo Cortesi | 2013-12-17 | 2 | -4/+22 | |
| | |/ / | ||||||
| | * | | Merge branch 'master' of ssh.github.com:mitmproxy/pathod | Aldo Cortesi | 2013-08-25 | 4 | -6/+6 | |
| | |\| | ||||||
| | | * | ensure binary read on windows | Maximilian Hils | 2013-08-19 | 3 | -5/+5 | |
| | | | | ||||||
| | | * | add PyCharm to gitignore | Maximilian Hils | 2013-08-19 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fix download link. | Aldo Cortesi | 2013-08-25 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Version bump and changelog. | Aldo Cortesi | 2013-08-25 | 2 | -1/+6 | |
| | |/ | ||||||
| | * | Adapt to new cert storage API. | Aldo Cortesi | 2013-08-12 | 1 | -3/+4 | |
| | | | ||||||
| | * | Bump version. | Aldo Cortesi | 2013-06-16 | 2 | -3/+3 | |
| | | | ||||||
| | * | Merge branch 'master' of ssh.github.com:cortesi/pathod | Aldo Cortesi | 2013-06-16 | 2 | -4/+4 | |
| | |\ | ||||||
| | | * | Merge pull request #10 from mhils/master | Aldo Cortesi | 2013-06-15 | 2 | -4/+4 | |
| | | |\ | | | | | | | | | | | always read files in binary mode | |||||
| | | | * | always read files in binary mode | Maximilian Hils | 2013-06-16 | 2 | -4/+4 | |
| | | |/ | ||||||
| | * / | Changelog. | Aldo Cortesi | 2013-05-15 | 1 | -3/+2 | |
| | |/ | ||||||
| | * | Download path, version flags for both tools. | Aldo Cortesi | 2013-05-15 | 4 | -2/+4 | |
| | | | ||||||
| | * | Layout and docs. | Aldo Cortesi | 2013-05-15 | 9 | -81/+88 | |
| | | | ||||||
| | * | Adapt for new request_client_cert option in netlib. | Aldo Cortesi | 2013-05-13 | 2 | -5/+11 | |
| | | | ||||||
| | * | Doc layout refactoring. | Aldo Cortesi | 2013-05-02 | 9 | -99/+122 | |
| | | | ||||||
| | * | Changelog, minor cleanups. | Aldo Cortesi | 2013-04-30 | 4 | -3/+21 | |
| | | | ||||||
| | * | Sync version number with mitmproxy. | Aldo Cortesi | 2013-03-05 | 2 | -2/+2 | |
| | | | ||||||
| | * | Print pathod craft explanations to stdout. | Aldo Cortesi | 2013-03-03 | 3 | -8/+12 | |
| | | | ||||||
| | * | Improve robustness of proxy CONNECT, test coverage to 100%. | Aldo Cortesi | 2013-03-02 | 2 | -2/+30 | |
| | | |