mitmproxy/netlib
Aldo Cortesi 89d36713e3 certutils: cap the cert store size at 100 by default
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.
2016-10-05 10:44:31 +11:00
..
http
websockets
__init__.py
basethread.py
basetypes.py
certutils.py certutils: cap the cert store size at 100 by default 2016-10-05 10:44:31 +11:00
debug.py debug: use correct fp for memory object output 2016-10-05 09:54:23 +11:00
encoding.py
exceptions.py
human.py
multidict.py
socks.py
strutils.py
tcp.py Fix SSL error 2016-09-30 16:39:44 -04:00
tutils.py
utils.py
version.py
version_check.py
wsgi.py