mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
ab1d8fa350
- 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)
|