mitmproxy/test/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
..
data more style cleanup 2016-05-29 13:43:20 +02:00
http parse_set_cookie header returns an empty list if no cookies are found 2016-09-28 15:10:31 +10:00
tools py3++ 2016-04-13 22:34:28 -07:00
websockets websockets: refactor implementation and add tests 2016-09-01 09:56:14 +02:00
__init__.py move tests into shared folder 2016-02-15 16:34:22 +01:00
test_basetypes.py Satisfy flake8 2016-05-31 19:58:28 +12:00
test_certutils.py certutils: cap the cert store size at 100 by default 2016-10-05 10:44:31 +11:00
test_debug.py debug: Hard exit after debug signal 2016-10-04 16:48:13 +11:00
test_encoding.py Make 'none' synonymous to 'identity' 2016-09-06 17:00:08 +02:00
test_human.py Utils cleanups 2016-06-07 17:12:52 +12:00
test_imports.py move tests into shared folder 2016-02-15 16:34:22 +01:00
test_multidict.py fix content view cache invalidation 2016-07-21 19:49:32 -07:00
test_socks.py cleanup imports with flake8 2016-05-28 14:43:32 +02:00
test_strutils.py raise TypeError on invalid header assignment, fix #1562 2016-09-21 19:21:32 -07:00
test_tcp.py improve invalid certificate ux 2016-07-27 21:01:28 -07:00
test_utils.py console: share one ActionBar instance 2016-07-21 15:41:43 +12:00
test_version_check.py cleanup imports with flake8 2016-05-28 14:43:32 +02:00
test_wsgi.py more style cleanup 2016-05-29 13:43:20 +02:00
tservers.py allow test classes to dynamically specify ssl context 2016-08-24 09:19:42 +02:00