aboutsummaryrefslogtreecommitdiffstats
path: root/mitmrecord
Commit message (Collapse)AuthorAgeFilesLines
* Remove Henrik's mitmplayback and mitmrecord.Aldo Cortesi2011-02-211-71/+0
| | | | | I've got a few other people testing the playback stuff, and I don't want them to get confused between the old and new tools.
* Certificates are now generated in a temporary per-session directory.Aldo Cortesi2011-02-201-8/+1
| | | | | | This means that certificates don't accumulate in the conf directory, users don't have to clear certificates if the CA is regenerated, and the user can specify a custom CA without invalid certificates being loaded inadvertently.
* Revamp SSL configuration.Aldo Cortesi2011-02-201-4/+4
| | | | | | | | - Move option parsing utiliities to proxy.py - Don't have a global config object. Pass it as an argument to ProxyServer. - Simplify certificate generation logic.
* Clean up certificate generation.Aldo Cortesi2011-02-201-1/+1
| | | | | | | | | | | | - Use templates for config files. We can re-introduce customization of the certificate attributes when we need them. - Split CA and cert generation into separate functions. - Generation methods provide an error return when generation fails. - When the user explicitly specifies a certificate, we don't generate it, but fail if it doesn't exist.
* Extract common SSL certificate option processingHenrik Nordstrom2011-02-161-39/+2
|
* Implement a dummy CAHenrik Nordstrom2011-02-101-9/+33
|
* Allow specifying the accepted ciphersuitesHenrik Nordstrom2011-02-101-1/+8
|
* Import cache store control into console controllerHenrik Nordstrom2011-02-101-11/+2
|
* Simple record & playback functionalityHenrik Nordstrom2011-02-101-0/+93