aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_certutils.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a details page, available from a flow view with the 'X' shortcutAldo Cortesi2012-04-031-0/+1
| | | | | 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.
* Expand SSL cert supportAldo Cortesi2012-04-021-2/+14
| | | | | | - Capture the remote SSL certificate - Expose the remote cert as an attribute on Response - Expand the certutils.SSLCert interface to expose more cert info
* Create an SSL certificate class.Aldo Cortesi2012-03-051-8/+6
|
* Factor out cert operations in to certutils.py.Aldo Cortesi2012-02-291-0/+69