aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
Commit message (Collapse)AuthorAgeFilesLines
* added unit test update. coverage still at 97%Zack B2014-07-011-0/+4
|
* Cleanup: fix unit tests, simpler app test, remove print statementsAldo Cortesi2014-02-085-32/+66
|
* Add CSS view which beautifies CSS files if cssutils library is available,Tomaz Muraus2014-01-041-0/+1
| | | | otherwise it acts as a no-op.
* ignore missing CN in certificates. fixes #169Maximilian Hils2013-12-121-0/+20
|
* Adds a new view for protocol buffersNicolas Esteves2013-04-061-0/+2
| | | | | | | | | The view uses protoc from the Google protocol buffer tools. If the tool isn't installed, the view isn't shown. Google protobuf repo: https://code.google.com/p/protobuf/
* Unit test proxy option parsing.Aldo Cortesi2013-03-032-0/+2
|
* Add tests for client certificate support.Aldo Cortesi2013-01-205-28/+96
|
* Rudimentary testing for client certs.Aldo Cortesi2013-01-181-0/+32
|
* First draft of OSX transparent proxy mode.Aldo Cortesi2013-01-011-0/+4
|
* Substantially rewrite AMF decoding.Aldo Cortesi2012-11-263-0/+0
| | | | This is tricky, but we should now handle a lot more corner-cases.
* Optional AMF decoding supportSahn Lam2012-08-171-0/+0
| | | | If PyAMF is installed, enable AMF decoding.
* Remove certutils from mitmproxy.Aldo Cortesi2012-06-272-184/+0
|
* Expand SSL cert supportAldo Cortesi2012-04-021-0/+0
| | | | | | - Capture the remote SSL certificate - Expose the remote cert as an attribute on Response - Expand the certutils.SSLCert interface to expose more cert info
* Add a pretty-viewer for images.Aldo Cortesi2012-03-265-0/+0
| | | | | This shows basic image information like dimensions, plus extracted EXIF tags and other metadata.
* Add specification of replacement patterns on the command line.Aldo Cortesi2012-03-171-0/+1
|
* Use PyOpenSSL and PyASN1 for certificate parsing.Aldo Cortesi2012-03-012-129/+182
| | | | | Yes, these are two more major dependencies for mitmproxy, but if we're going to do all the cool things I want to do with SSL certs, there is no other way.
* Better certificate parsing.Aldo Cortesi2012-02-271-0/+83
|
* Add upstream certificate lookup.Aldo Cortesi2012-02-271-0/+48
| | | | | | This initiates a connection to the server to obtain certificate information to generate interception certificates. At the moment, the information used is the Common Name, and the list of Subject Alternative Names.
* Initial checkin.Aldo Cortesi2010-02-162-0/+64