aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/test_certutils.py
Commit message (Collapse)AuthorAgeFilesLines
* certutils: cap the cert store size at 100 by defaultAldo Cortesi2016-10-051-0/+25
| | | | | | | | This should be enough to give us reuse without growing infinitely. This is part of fixing the memory situation in mitmdump. TODO: There's an opportunity here for a better algorithm, that expires certs based on least-recently-accessed time, rather than oldest generated time.
* move tests into shared folderMaximilian Hils2016-02-151-0/+155