mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-05-14 15:10:09 +08:00
- Capture the remote SSL certificate - Expose the remote cert as an attribute on Response - Expand the certutils.SSLCert interface to expose more cert info
3 lines
63 B
Python
3 lines
63 B
Python
IVERSION = (0, 8)
|
|
VERSION = ".".join(str(i) for i in IVERSION)
|