aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools
Commit message (Collapse)AuthorAgeFilesLines
* add test case for #375Maximilian Hils2014-10-171-0/+21
|
* First draft of "How mitmproxy works", a complete guide to the mechanics of ↵Aldo Cortesi2013-01-032-19/+0
| | | | the proxy process
* Use PyOpenSSL and PyASN1 for certificate parsing.Aldo Cortesi2012-03-012-20/+9
| | | | | 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-272-1/+25
|
* Add upstream certificate lookup.Aldo Cortesi2012-02-271-0/+13
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.