aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-04-03 11:10:25 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-04-03 11:10:25 +1200
commit61fab03b24bdb53d203eb7fb68ba891874d11114 (patch)
tree17c45c32905802d9da9ac6bb81c3239a8b5c264d /test
parentf526e5fa125339e8f3a16c1590c1607f45862b47 (diff)
downloadmitmproxy-61fab03b24bdb53d203eb7fb68ba891874d11114.tar.gz
mitmproxy-61fab03b24bdb53d203eb7fb68ba891874d11114.tar.bz2
mitmproxy-61fab03b24bdb53d203eb7fb68ba891874d11114.zip
Add a details page, available from a flow view with the 'X' shortcut
At the moment, this shows the upstream SSL certificate details. More fine-grained detail that doesn't fit in the flow view itself will be added.
Diffstat (limited to 'test')
-rw-r--r--test/test_certutils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_certutils.py b/test/test_certutils.py
index e27088e7..9b89599a 100644
--- a/test/test_certutils.py
+++ b/test/test_certutils.py
@@ -64,6 +64,7 @@ class uSSLCert(libpry.AutoTree):
assert c.subject
assert c.keyinfo == ("RSA", 2048)
assert c.serial
+ assert c.issuer
c.has_expired
def test_der(self):