Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix windows compatibility | Maximilian Hils | 2015-07-03 | 2 | -2/+28 |
| | |||||
* | Enabling upstream server verification. Added flags --verify_upstream_cert, | Kyle Morton | 2015-06-29 | 5 | -0/+81 |
| | | | | --upstream-trusted-cadir, and --upstream-trusted-ca. | ||||
* | added unit test update. coverage still at 97% | Zack B | 2014-07-01 | 1 | -0/+4 |
| | |||||
* | Cleanup: fix unit tests, simpler app test, remove print statements | Aldo Cortesi | 2014-02-08 | 5 | -32/+66 |
| | |||||
* | Add CSS view which beautifies CSS files if cssutils library is available, | Tomaz Muraus | 2014-01-04 | 1 | -0/+1 |
| | | | | otherwise it acts as a no-op. | ||||
* | ignore missing CN in certificates. fixes #169 | Maximilian Hils | 2013-12-12 | 1 | -0/+20 |
| | |||||
* | Adds a new view for protocol buffers | Nicolas Esteves | 2013-04-06 | 1 | -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 Cortesi | 2013-03-03 | 2 | -0/+2 |
| | |||||
* | Add tests for client certificate support. | Aldo Cortesi | 2013-01-20 | 5 | -28/+96 |
| | |||||
* | Rudimentary testing for client certs. | Aldo Cortesi | 2013-01-18 | 1 | -0/+32 |
| | |||||
* | First draft of OSX transparent proxy mode. | Aldo Cortesi | 2013-01-01 | 1 | -0/+4 |
| | |||||
* | Substantially rewrite AMF decoding. | Aldo Cortesi | 2012-11-26 | 3 | -0/+0 |
| | | | | This is tricky, but we should now handle a lot more corner-cases. | ||||
* | Optional AMF decoding support | Sahn Lam | 2012-08-17 | 1 | -0/+0 |
| | | | | If PyAMF is installed, enable AMF decoding. | ||||
* | Remove certutils from mitmproxy. | Aldo Cortesi | 2012-06-27 | 2 | -184/+0 |
| | |||||
* | Expand SSL cert support | Aldo Cortesi | 2012-04-02 | 1 | -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 Cortesi | 2012-03-26 | 5 | -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 Cortesi | 2012-03-17 | 1 | -0/+1 |
| | |||||
* | Use PyOpenSSL and PyASN1 for certificate parsing. | Aldo Cortesi | 2012-03-01 | 2 | -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 Cortesi | 2012-02-27 | 1 | -0/+83 |
| | |||||
* | Add upstream certificate lookup. | Aldo Cortesi | 2012-02-27 | 1 | -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 Cortesi | 2010-02-16 | 2 | -0/+64 |