Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | client-cert: Simplify and cleanup | Michael J. Bazzinotti | 2015-12-29 | 1 | -5/+2 |
| | | | | | | simplify the error message when cert path does not exist. During tests, reset the clientcerts proxy config setting to None Remove now-unused clientcerts code from class ProxTestBase | ||||
* | [docs/libmproxy/test] Support single client-side cert file as argument to | Michael J. Bazzinotti | 2015-12-28 | 1 | -3/+5 |
| | | | | --client-certs | ||||
* | Add default ciphers to avoid issue with iOS9 App Transport Security | Jorge Villacorta | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | fix HTTPS Proxy-Authentication, refs #824 | Maximilian Hils | 2015-11-14 | 1 | -0/+3 |
| | |||||
* | polish for release: introduce http2 and rawtcp as command line switches | Maximilian Hils | 2015-09-11 | 1 | -1/+7 |
| | |||||
* | we don't support socks auth, refs #738 | Maximilian Hils | 2015-08-31 | 1 | -0/+7 |
| | |||||
* | fix dns_spoofing example, avoid connecting to itself | Maximilian Hils | 2015-08-31 | 1 | -1/+1 |
| | |||||
* | move files around | Maximilian Hils | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | always insert tls layer for inline script upgrades | Maximilian Hils | 2015-08-30 | 1 | -0/+2 |
| | |||||
* | move sslversion mapping to netlib | Maximilian Hils | 2015-08-29 | 1 | -19/+1 |
| | |||||
* | clean up config/cmdline, fix bugs, remove cruft | Maximilian Hils | 2015-08-28 | 1 | -141/+55 |
| | |||||
* | Revert "unify SSL version/method handling" | Maximilian Hils | 2015-08-27 | 1 | -25/+44 |
| | | | | This reverts commit 14e49f4fc7a38b63099ab0d42afd213b0d567c0f. | ||||
* | start fixing proxy config | Maximilian Hils | 2015-08-27 | 1 | -42/+6 |
| | |||||
* | http2: fix bugs, chrome works :tada: | Maximilian Hils | 2015-08-26 | 1 | -1/+4 |
| | |||||
* | use new netlib module names | Thomas Kriechbaumer | 2015-07-22 | 1 | -7/+11 |
| | |||||
* | Enabling upstream server verification. Added flags --verify_upstream_cert, | Kyle Morton | 2015-06-29 | 1 | -1/+31 |
| | | | | --upstream-trusted-cadir, and --upstream-trusted-ca. | ||||
* | remove certforward feature | Maximilian Hils | 2015-06-26 | 1 | -8/+0 |
| | | | | | | | | 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 |
| | |||||
* | SSL Spoof mode | iroiro123 | 2015-06-21 | 1 | -4/+12 |
| | |||||
* | Spoof mode | iroiro123 | 2015-06-20 | 1 | -5/+5 |
| | |||||
* | HTTP Transparent Proxy | iroiro123 | 2015-06-18 | 1 | -1/+6 |
| | |||||
* | Add coding style check, reformat. | Aldo Cortesi | 2015-05-30 | 1 | -24/+48 |
| | |||||
* | do some housekeeping | Maximilian Hils | 2015-03-02 | 1 | -30/+30 |
| | |||||
* | 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 | 1 | -2/+4 |
| | |||||
* | 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. | ||||
* | allow specification of SSL version, only allow TLS1.0+ by default | Maximilian Hils | 2014-12-15 | 1 | -0/+42 |
| | |||||
* | First-order integration of configargparser to add config file support | Aldo Cortesi | 2014-11-15 | 1 | -10/+25 |
| | |||||
* | fix #391 | Maximilian Hils | 2014-10-30 | 1 | -2/+2 |
| | |||||
* | tweak SSL detection heuristics | Maximilian Hils | 2014-10-21 | 1 | -1/+8 |
| | |||||
* | add generic tcp proxying, fix #374 | Maximilian Hils | 2014-10-18 | 1 | -6/+21 |
| | |||||
* | remove default_ca | Maximilian Hils | 2014-10-18 | 1 | -2/+1 |
| | |||||
* | Add SOCKS5 mode, fix #305 | Maximilian Hils | 2014-10-09 | 1 | -2/+7 |
| | |||||
* | add mini documentation | Maximilian Hils | 2014-10-09 | 1 | -4/+6 |
| | |||||
* | fix support for chained certificates | Maximilian Hils | 2014-10-08 | 1 | -2/+2 |
| | |||||
* | mitmproxy -> libmproxy.main. do some leanup on the way | Maximilian Hils | 2014-09-08 | 1 | -2/+9 |
| | |||||
* | remove proxy mode abstraction: always be clear which mode we are in | Maximilian Hils | 2014-09-08 | 1 | -22/+10 |
| | |||||
* | add --ignore ui indication | Maximilian Hils | 2014-09-08 | 1 | -1/+5 |
| | |||||
* | update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93 | Maximilian Hils | 2014-09-05 | 1 | -3/+3 |
| | |||||
* | refactor protocol handling, fix #332 | Maximilian Hils | 2014-08-30 | 1 | -1/+8 |
| | |||||
* | implement passthrough mode, fixes #175 | Maximilian Hils | 2014-08-09 | 1 | -1/+4 |
| | |||||
* | fix #318 | Maximilian Hils | 2014-08-08 | 1 | -33/+47 |
| | |||||
* | remove platform.setup | Maximilian Hils | 2014-08-08 | 1 | -2/+0 |
| | |||||
* | add transparent proxy mode on windows (docs still missing) | Maximilian Hils | 2014-07-16 | 1 | -0/+2 |
| | |||||
* | add support for certificate chains, refs #174 | Maximilian Hils | 2014-05-21 | 1 | -0/+1 |
| | |||||
* | fix default certs | Eli Shvartsman | 2014-04-29 | 1 | -1/+1 |
| | |||||
* | init ProxyConfig.certstore with custom certs | Eli Shvartsman | 2014-04-29 | 1 | -0/+2 |
| | |||||
* | forward proxy -> upstream proxy | Maximilian Hils | 2014-03-14 | 1 | -5/+5 |
| | |||||
* | order command line options, add disting proxy option group | Maximilian Hils | 2014-03-13 | 1 | -0/+5 |
| |