aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/certutils.py
Commit message (Collapse)AuthorAgeFilesLines
* netlib.certutils -> mitmproxy.certsAldo Cortesi2016-10-201-481/+0
|
* mitmproxy.types.[basethread,multidict,serializable]Aldo Cortesi2016-10-201-2/+2
|
* python3: clean up super and __future__Aldo Cortesi2016-10-171-1/+0
|
* python3: clean up class bracketsAldo Cortesi2016-10-171-2/+2
|
* Zap object base classAldo Cortesi2016-10-171-2/+2
|
* First-order conversion to Python3-onlyAldo Cortesi2016-10-171-1/+0
| | | | | | - Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works.
* certutils: cap the cert store size at 100 by defaultAldo Cortesi2016-10-051-0/+11
| | | | | | | | 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.
* Reorganise netlib imports according to Google Style GuideAldo Cortesi2016-06-011-1/+1
|
* Start cleaning up netlib.utilsAldo Cortesi2016-05-311-2/+2
| | | | | - Remove http2 functions, move to http2.frame - Remove Serializable, move to netlib.basetypes
* fix #1067Maximilian Hils2016-04-021-1/+1
|
* combine projectsMaximilian Hils2016-02-181-0/+472