aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy/server.py
Commit message (Collapse)AuthorAgeFilesLines
* use new netlib exceptionsMaximilian Hils2015-09-171-2/+2
|
* adjust to netlib changesMaximilian Hils2015-09-161-2/+2
|
* better error messages, remove error causeMaximilian Hils2015-09-111-4/+14
|
* better exception handlingMaximilian Hils2015-09-111-1/+7
|
* nicer error messagesMaximilian Hils2015-09-111-1/+1
|
* expose `next_layer` to inline scriptsMaximilian Hils2015-09-071-1/+1
|
* remove ServerConnectionMixin.reconnectMaximilian Hils2015-09-031-2/+2
|
* update inline script hooksMaximilian Hils2015-08-311-0/+5
|
* fix dns_spoofing example, avoid connecting to itselfMaximilian Hils2015-08-311-1/+1
|
* move files aroundMaximilian Hils2015-08-301-11/+12
|
* always insert tls layer for inline script upgradesMaximilian Hils2015-08-301-3/+1
|
* restructure code, remove cruftMaximilian Hils2015-08-301-372/+29
|
* clean up config/cmdline, fix bugs, remove cruftMaximilian Hils2015-08-281-4/+34
|
* minor fixesMaximilian Hils2015-08-251-0/+2
|
* yield -> callbacksMaximilian Hils2015-08-181-6/+4
|
* improve protocol handlingMaximilian Hils2015-08-161-3/+8
|
* various fixesMaximilian Hils2015-08-151-1/+1
|
* more work on http protocolMaximilian Hils2015-08-141-0/+4
|
* wip commitMaximilian Hils2015-08-111-2/+3
|
* cleaner Exceptions, ssl -> tls, upstream proxy modeMaximilian Hils2015-08-111-3/+3
|
* add reverseproxy mode, fix bugsMaximilian Hils2015-08-111-1/+1
|
* move files aroundMaximilian Hils2015-08-111-7/+7
|
* first initial proof-of-conceptMaximilian Hils2015-08-111-8/+61
|
* reimplement streaming for HTTP/1Thomas Kriechbaumer2015-08-011-3/+3
|
* minor style improvementsMaximilian Hils2015-07-221-6/+6
|
* Enabling upstream server verification. Added flags --verify_upstream_cert,Kyle Morton2015-06-291-0/+17
| | | | --upstream-trusted-cadir, and --upstream-trusted-ca.
* remove certforward featureMaximilian Hils2015-06-261-23/+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.
* changed error handling (ssl spoof mode)iroiro1232015-06-231-8/+4
|
* SSL Spoof modeiroiro1232015-06-211-0/+19
|
* Add coding style check, reformat.Aldo Cortesi2015-05-301-24/+71
|
* adjust to changed netlib apiMaximilian Hils2015-03-071-1/+1
|
* do some housekeepingMaximilian Hils2015-03-021-9/+9
|
* Update Server.py to fix SNI handlingelitest2015-03-021-1/+1
| | | Forgot to change ciphers->client_ciphers.
* specified cipher_list in a few more locations, added a missing commaJim Shaver2015-03-011-1/+1
|
* Update Server.py to improve cipher selectionelitest2015-02-281-1/+2
| | | Differentiated client ciphers and added server ciphers.
* always include SNI as SAN entryMaximilian Hils2015-02-271-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 #479Maximilian Hils2015-02-271-1/+6
|
* fix #427, tolerate servers that reject connections without SNIMaximilian Hils2014-12-151-2/+16
|
* allow specification of SSL version, only allow TLS1.0+ by defaultMaximilian Hils2014-12-151-16/+24
|
* fix #409Maximilian Hils2014-11-141-1/+5
|
* Start a fuzzing architecture for mitmproxyAldo Cortesi2014-10-261-1/+1
|
* add generic tcp proxying, fix #374Maximilian Hils2014-10-181-11/+9
|
* fix cert forwardingMaximilian Hils2014-10-091-1/+1
|
* Add SOCKS5 mode, fix #305Maximilian Hils2014-10-091-1/+1
|
* fix support for chained certificatesMaximilian Hils2014-10-081-5/+5
|
* mitmproxy -> libmproxy.main. do some leanup on the wayMaximilian Hils2014-09-081-8/+5
|
* remove proxy mode abstraction: always be clear which mode we are inMaximilian Hils2014-09-081-2/+4
|
* Merge pull request #347 from mitmproxy/issue_341Aldo Cortesi2014-09-071-16/+9
|\ | | | | Remove BackReferenceMixin
| * update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93Maximilian Hils2014-09-051-1/+0
| |
| * simplify server changes for inline scriptsMaximilian Hils2014-09-031-15/+9
| |