aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy/config.py
Commit message (Collapse)AuthorAgeFilesLines
* client-cert: Simplify and cleanupMichael J. Bazzinotti2015-12-291-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 toMichael J. Bazzinotti2015-12-281-3/+5
| | | | --client-certs
* Add default ciphers to avoid issue with iOS9 App Transport SecurityJorge Villacorta2015-12-111-1/+1
|
* fix HTTPS Proxy-Authentication, refs #824Maximilian Hils2015-11-141-0/+3
|
* polish for release: introduce http2 and rawtcp as command line switchesMaximilian Hils2015-09-111-1/+7
|
* we don't support socks auth, refs #738Maximilian Hils2015-08-311-0/+7
|
* fix dns_spoofing example, avoid connecting to itselfMaximilian Hils2015-08-311-1/+1
|
* move files aroundMaximilian Hils2015-08-301-1/+1
|
* always insert tls layer for inline script upgradesMaximilian Hils2015-08-301-0/+2
|
* move sslversion mapping to netlibMaximilian Hils2015-08-291-19/+1
|
* clean up config/cmdline, fix bugs, remove cruftMaximilian Hils2015-08-281-141/+55
|
* Revert "unify SSL version/method handling"Maximilian Hils2015-08-271-25/+44
| | | | This reverts commit 14e49f4fc7a38b63099ab0d42afd213b0d567c0f.
* start fixing proxy configMaximilian Hils2015-08-271-42/+6
|
* http2: fix bugs, chrome works :tada:Maximilian Hils2015-08-261-1/+4
|
* use new netlib module namesThomas Kriechbaumer2015-07-221-7/+11
|
* Enabling upstream server verification. Added flags --verify_upstream_cert,Kyle Morton2015-06-291-1/+31
| | | | --upstream-trusted-cadir, and --upstream-trusted-ca.
* remove certforward featureMaximilian Hils2015-06-261-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 handlingThomas Kriechbaumer2015-06-231-43/+25
|
* SSL Spoof modeiroiro1232015-06-211-4/+12
|
* Spoof modeiroiro1232015-06-201-5/+5
|
* HTTP Transparent Proxyiroiro1232015-06-181-1/+6
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-24/+48
|
* do some housekeepingMaximilian Hils2015-03-021-30/+30
|
* Update Config.py to clarify help messageselitest2015-03-011-2/+2
|
* Update config.pyelitest2015-03-011-1/+1
|
* specified cipher_list in a few more locations, added a missing commaJim Shaver2015-03-011-2/+4
|
* Update Config.py to improve cipher selectionelitest2015-02-281-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 defaultMaximilian Hils2014-12-151-0/+42
|
* First-order integration of configargparser to add config file supportAldo Cortesi2014-11-151-10/+25
|
* fix #391Maximilian Hils2014-10-301-2/+2
|
* tweak SSL detection heuristicsMaximilian Hils2014-10-211-1/+8
|
* add generic tcp proxying, fix #374Maximilian Hils2014-10-181-6/+21
|
* remove default_caMaximilian Hils2014-10-181-2/+1
|
* Add SOCKS5 mode, fix #305Maximilian Hils2014-10-091-2/+7
|
* add mini documentationMaximilian Hils2014-10-091-4/+6
|
* fix support for chained certificatesMaximilian Hils2014-10-081-2/+2
|
* mitmproxy -> libmproxy.main. do some leanup on the wayMaximilian Hils2014-09-081-2/+9
|
* remove proxy mode abstraction: always be clear which mode we are inMaximilian Hils2014-09-081-22/+10
|
* add --ignore ui indicationMaximilian Hils2014-09-081-1/+5
|
* update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-051-3/+3
|
* refactor protocol handling, fix #332Maximilian Hils2014-08-301-1/+8
|
* implement passthrough mode, fixes #175Maximilian Hils2014-08-091-1/+4
|
* fix #318Maximilian Hils2014-08-081-33/+47
|
* remove platform.setupMaximilian Hils2014-08-081-2/+0
|
* add transparent proxy mode on windows (docs still missing)Maximilian Hils2014-07-161-0/+2
|
* add support for certificate chains, refs #174Maximilian Hils2014-05-211-0/+1
|
* fix default certsEli Shvartsman2014-04-291-1/+1
|
* init ProxyConfig.certstore with custom certsEli Shvartsman2014-04-291-0/+2
|
* forward proxy -> upstream proxyMaximilian Hils2014-03-141-5/+5
|
* order command line options, add disting proxy option groupMaximilian Hils2014-03-131-0/+5
|