mitmproxy/test
Aldo Cortesi 7f0aa415e1 Add a request_client_cert argument to server SSL conversion.
By default, we now do not request the client cert. We're supposed to be able to
do this with no negative effects - if the client has no cert to present, we're
notified and proceed as usual.  Unfortunately, Android seems to have a bug
(tested on 4.2.2) - when an Android client is asked to present a certificate it
does not have, it hangs up, which is frankly bogus.  Some time down the track
we may be able to make the proper behaviour the default again, but until then
we're conservative.
2013-05-13 08:48:21 +12:00
..
data Integrate HTTP auth, test to 100% 2013-03-03 10:37:28 +13:00
test_certutils.py
test_http_auth.py Integrate HTTP auth, test to 100% 2013-03-03 10:37:28 +13:00
test_http_uastrings.py
test_http.py Fix exception hierarchy. 2013-05-05 13:49:20 +12:00
test_imports.py 100% test coverage. 2013-03-03 12:16:09 +13:00
test_odict.py
test_tcp.py Add a request_client_cert argument to server SSL conversion. 2013-05-13 08:48:21 +12:00
test_utils.py
test_wsgi.py Sync version number with mitmproxy. 2013-03-05 09:09:52 +13:00
tutils.py