mitmproxy/libmproxy
Aldo Cortesi 7d7803a4d9 Add a hideous kludge to fix not-yet-valid certificates.
- The OpenSSL x509 has no way to explicitly set the notBefore value on
certificates.

- If two systems have the same configured time, it's possible to return a
certificate before the validity start time has arrived.

- We "solve" this by waiting for one second when a certificate is first
generated before returning the cert. The alternative is to rewrite pretty much
all of our certificate generation, a thought too horrible to contemplate.
2011-06-11 15:16:16 +12: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 Add -r option to mitmdump and mitmproxy. 2011-05-15 11:54:12 +12:00
console.py Add -r option to mitmdump and mitmproxy. 2011-05-15 11:54:12 +12:00
controller.py Add a -n option which tells the tools not to bind a proxy. 2011-05-14 10:44:25 +12:00
dump.py Anticache and refresh_server_playback options are applied before flows are loaded. 2011-05-15 12:23:34 +12:00
filt.py Test suite rejiggering and cleanup. 2011-02-03 12:16:03 +13:00
flow.py Add -r option to mitmdump and mitmproxy. 2011-05-15 11:54:12 +12:00
netstring.py netstring.py 100% unit test coverage. 2011-03-12 14:39:41 +13:00
proxy.py unit test coverage ++ 2011-03-20 18:52:16 +13:00
script.py Whitespace in mitmdump output. 2011-02-17 15:56:54 +13:00
utils.py Add a hideous kludge to fix not-yet-valid certificates. 2011-06-11 15:16:16 +12: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