mitmproxy/libmproxy
Aldo Cortesi 0a642f2441 Make the certificate wait time configurable.
Since OpenSSL doesn't let us set certificate start times in the past, the
client and proxy machine time must be synchronized, or the client might reject
the certificate. We can bodgy over small discrepancies by waiting a few seconds
after a new certificate is generated (i.e. the first time an SSL domain is contacted).

Make this a configurable option, and turn it off by default.
2011-06-27 16:10:17 +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 Make the certificate wait time configurable. 2011-06-27 16:10:17 +12:00
console.py Try not to hang when user views large request & response bodies 2011-06-27 15:59:17 +12:00
controller.py Don't redraw the screen more often than necessary. 2011-06-27 14:01:08 +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 Don't redraw the screen more often than necessary. 2011-06-27 14:01:08 +12:00
netstring.py netstring.py 100% unit test coverage. 2011-03-12 14:39:41 +13:00
proxy.py Make the certificate wait time configurable. 2011-06-27 16:10:17 +12:00
script.py Whitespace in mitmdump output. 2011-02-17 15:56:54 +13:00
utils.py Make the certificate wait time configurable. 2011-06-27 16:10:17 +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