Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |