aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
Commit message (Collapse)AuthorAgeFilesLines
* 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