From 61fab03b24bdb53d203eb7fb68ba891874d11114 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 3 Apr 2012 11:10:25 +1200 Subject: 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. --- test/test_certutils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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): -- cgit v1.2.3