mitmproxy/libmproxy
Aldo Cortesi e22fd74d06 Revamp key generation.
We now create three different files in the .mitmproxy directory when a dummy CA
is made:

mitmproxy-ca.pem - the CA, including private key

mitmproxy-ca-cert.p12 - A pkcs12 version of the certificate, for distribution to Windows.

mitmproxy-ca-cert.pem - A PEM version of the certificate, for distribution to everyone else.
2011-03-18 16:45:31 +13:00
..
contrib Switch over to new serialization format. 2011-02-16 15:10:00 +13:00
resources Tweak CA and cert setup to be nice to Windows. 2011-03-18 14:48:43 +13:00
__init__.py Move version constants to version.py, add version to serialized flows. 2011-03-09 12:36:14 +13:00
cmdline.py Revamp key generation. 2011-03-18 16:45:31 +13:00
console.py Enable request and response script commandline arguments for mitmproxy. 2011-03-18 10:43:43 +13:00
controller.py Fix hang on shutdown. 2011-03-15 17:21:35 +13:00
dump.py Make mitmdump handle invalid serialized data gracefully. 2011-03-11 15:16:31 +13:00
filt.py Test suite rejiggering and cleanup. 2011-02-03 12:16:03 +13:00
flow.py Server replay shortcut in mitmproxy can now be used to interrupt a current replay. 2011-03-18 09:43:47 +13:00
netstring.py netstring.py 100% unit test coverage. 2011-03-12 14:39:41 +13:00
proxy.py Revamp key generation. 2011-03-18 16:45:31 +13:00
script.py Whitespace in mitmdump output. 2011-02-17 15:56:54 +13:00
utils.py Revamp key generation. 2011-03-18 16:45:31 +13:00
version.py I've now added all the features I want for 0.4. Bump the version number. 2011-03-13 20:42:55 +13:00