Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert ALPN-related changes to fix master | Thomas Kriechbaumer | 2015-08-01 | 1 | -9/+11 |
| | | | | | In the future this should be added again to support HTTP/2. | ||||
* | attach application protocol to connection | Thomas Kriechbaumer | 2015-07-30 | 1 | -0/+6 |
| | |||||
* | refactor connection & protocol handling | Thomas Kriechbaumer | 2015-07-30 | 1 | -2/+13 |
| | |||||
* | Merge pull request #675 from Kriechi/protocol-refactor | Maximilian Hils | 2015-07-24 | 1 | -7/+11 |
|\ | | | | | HTTP protocol refactoring | ||||
| * | use new netlib module names | Thomas Kriechbaumer | 2015-07-22 | 1 | -7/+11 |
| | | |||||
* | | minor style improvements | Maximilian Hils | 2015-07-22 | 1 | -6/+6 |
|/ | |||||
* | fix #593, fix #656, coverage++ | Maximilian Hils | 2015-07-03 | 1 | -26/+8 |
| | |||||
* | Enabling upstream server verification. Added flags --verify_upstream_cert, | Kyle Morton | 2015-06-29 | 2 | -1/+48 |
| | | | | --upstream-trusted-cadir, and --upstream-trusted-ca. | ||||
* | remove certforward feature | Maximilian Hils | 2015-06-26 | 2 | -31/+19 |
| | | | | | | | | The certforward feature was implemented to support #gotofail, which only works on unpatched iOS devices. Given that many apps don't support iOS 7 anymore, jailbreak+ssl killswitch is usually the better option. By removing certforward, we can make netlib a pure python module again, which significantly simplifies distribution. | ||||
* | unify SSL version/method handling | Thomas Kriechbaumer | 2015-06-23 | 1 | -43/+25 |
| | |||||
* | changed error handling (ssl spoof mode) | iroiro123 | 2015-06-23 | 1 | -8/+4 |
| | |||||
* | SSL Spoof mode | iroiro123 | 2015-06-21 | 3 | -4/+46 |
| | |||||
* | Spoof mode | iroiro123 | 2015-06-20 | 2 | -6/+10 |
| | |||||
* | HTTP Transparent Proxy | iroiro123 | 2015-06-18 | 2 | -1/+14 |
| | |||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 4 | -64/+150 |
| | |||||
* | adjust to changed netlib api | Maximilian Hils | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | do some housekeeping | Maximilian Hils | 2015-03-02 | 2 | -39/+39 |
| | |||||
* | Update Server.py to fix SNI handling | elitest | 2015-03-02 | 1 | -1/+1 |
| | | | Forgot to change ciphers->client_ciphers. | ||||
* | Update Config.py to clarify help messages | elitest | 2015-03-01 | 1 | -2/+2 |
| | |||||
* | Update config.py | elitest | 2015-03-01 | 1 | -1/+1 |
| | |||||
* | specified cipher_list in a few more locations, added a missing comma | Jim Shaver | 2015-03-01 | 2 | -3/+5 |
| | |||||
* | Update Server.py to improve cipher selection | elitest | 2015-02-28 | 1 | -1/+2 |
| | | | Differentiated client ciphers and added server ciphers. | ||||
* | Update Config.py to improve cipher selection | elitest | 2015-02-28 | 1 | -5/+11 |
| | | | added support for specifying cipher suites on both sides of the proxy instead of just the one. | ||||
* | always include SNI as SAN entry | Maximilian Hils | 2015-02-27 | 1 | -3/+4 |
| | | | | | | To be as robust as possible, we include the SNI value always as a Subject Alternative Name. Second, we make sure that the server address is in the list as well. | ||||
* | fix #479 | Maximilian Hils | 2015-02-27 | 1 | -1/+6 |
| | |||||
* | fix #427, tolerate servers that reject connections without SNI | Maximilian Hils | 2014-12-15 | 1 | -2/+16 |
| | |||||
* | allow specification of SSL version, only allow TLS1.0+ by default | Maximilian Hils | 2014-12-15 | 3 | -18/+69 |
| | |||||
* | First-order integration of configargparser to add config file support | Aldo Cortesi | 2014-11-15 | 1 | -10/+25 |
| | |||||
* | fix #409 | Maximilian Hils | 2014-11-14 | 1 | -1/+5 |
| | |||||
* | fix #391 | Maximilian Hils | 2014-10-30 | 1 | -2/+2 |
| | |||||
* | Start a fuzzing architecture for mitmproxy | Aldo Cortesi | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | tweak SSL detection heuristics | Maximilian Hils | 2014-10-21 | 1 | -1/+8 |
| | |||||
* | add generic tcp proxying, fix #374 | Maximilian Hils | 2014-10-18 | 2 | -17/+30 |
| | |||||
* | remove default_ca | Maximilian Hils | 2014-10-18 | 1 | -2/+1 |
| | |||||
* | fix cert forwarding | Maximilian Hils | 2014-10-09 | 1 | -1/+1 |
| | |||||
* | Add SOCKS5 mode, fix #305 | Maximilian Hils | 2014-10-09 | 3 | -9/+83 |
| | |||||
* | add mini documentation | Maximilian Hils | 2014-10-09 | 1 | -4/+6 |
| | |||||
* | fix support for chained certificates | Maximilian Hils | 2014-10-08 | 2 | -7/+7 |
| | |||||
* | implement FlowStore basics | Maximilian Hils | 2014-09-17 | 1 | -0/+1 |
| | |||||
* | Introduce short form object state, and connect the ends to send data to web app | Aldo Cortesi | 2014-09-17 | 1 | -4/+4 |
| | |||||
* | Clean up and clarify StateObject | Aldo Cortesi | 2014-09-17 | 1 | -15/+15 |
| | | | | | | | | | - Flatten the class hierarchy - get_state, load_state, from_state are public - Simplify code - Remove __eq__ and __neq__. This fundamentally changes the semantics of inherited objects in a way that's not part of the core function of the class | ||||
* | mitmproxy -> libmproxy.main. do some leanup on the way | Maximilian Hils | 2014-09-08 | 3 | -11/+15 |
| | |||||
* | remove proxy mode abstraction: always be clear which mode we are in | Maximilian Hils | 2014-09-08 | 3 | -34/+68 |
| | |||||
* | add --ignore ui indication | Maximilian Hils | 2014-09-08 | 1 | -1/+5 |
| | |||||
* | Merge pull request #347 from mitmproxy/issue_341 | Aldo Cortesi | 2014-09-07 | 5 | -45/+20 |
|\ | | | | | Remove BackReferenceMixin | ||||
| * | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93 | Maximilian Hils | 2014-09-05 | 3 | -5/+5 |
| | | |||||
| * | coverage++ | Maximilian Hils | 2014-09-04 | 1 | -9/+4 |
| | | |||||
| * | simplify server changes for inline scripts | Maximilian Hils | 2014-09-03 | 3 | -31/+11 |
| | | |||||
* | | coverage++ | Maximilian Hils | 2014-09-06 | 1 | -6/+6 |
|/ | |||||
* | improve error handling | Maximilian Hils | 2014-09-02 | 2 | -15/+17 |
| |