mitmproxy/netlib
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
..
contrib
__init__.py
certutils.py Add a request_client_cert argument to server SSL conversion. 2013-05-13 08:48:21 +12:00
http_auth.py
http_status.py
http_uastrings.py
http.py Ensure that HTTP methods are ASCII. 2013-03-03 22:13:23 +13:00
odict.py
tcp.py Add a request_client_cert argument to server SSL conversion. 2013-05-13 08:48:21 +12:00
test.py Add a request_client_cert argument to server SSL conversion. 2013-05-13 08:48:21 +12:00
utils.py Tighten up checks on port ranges and path character sets. 2013-03-03 21:39:15 +13:00
version.py Sync version number with mitmproxy. 2013-03-05 09:09:52 +13:00
wsgi.py