| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Capture the remote SSL certificate
- Expose the remote cert as an attribute on Response
- Expand the certutils.SSLCert interface to expose more cert info
|
| |
|
| |
|
|
|
|
|
| |
ODict is an ordered dictionary class that will be useful in many other parts of
our API.
|
| |
|
| |
|
|
|
|
| |
That's Request, Response, ClientConnect, ClientDisconnect, Error, and Headers.
|
|
|
|
|
| |
Cut out unused variables and code, generally shut up pychecker as much as is
reasonable.
|
|
|
|
|
| |
We now simulate the normal connection flow when we load flows. That means
that we can run scripts, hooks, sticky cookies, etc.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
utils.
|