mitmproxy/libmproxy/version.py
Aldo Cortesi ab1d8fa350 Expand SSL cert support
- Capture the remote SSL certificate
- Expose the remote cert as an attribute on Response
- Expand the certutils.SSLCert interface to expose more cert info
2012-04-02 16:21:23 +12:00

3 lines
63 B
Python

IVERSION = (0, 8)
VERSION = ".".join(str(i) for i in IVERSION)