mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 19:27:14 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| contrib | ||
| resources | ||
| __init__.py | ||
| cmdline.py | ||
| console.py | ||
| controller.py | ||
| dump.py | ||
| filt.py | ||
| flow.py | ||
| netstring.py | ||
| proxy.py | ||
| script.py | ||
| utils.py | ||
| version.py | ||