diff options
author | chhsiao90 <chhsiao90@gmail.com> | 2016-10-26 11:32:42 +0800 |
---|---|---|
committer | chhsiao90 <chhsiao90@gmail.com> | 2016-10-26 11:32:42 +0800 |
commit | 960f2e8bf0432ade836f73864e4ed33295194420 (patch) | |
tree | 869b91034f0ba3406de7a3f2b6c7cf0097096c97 /test | |
parent | 145c2892f720300020fdeec8a257c3247c8dff5b (diff) | |
download | mitmproxy-960f2e8bf0432ade836f73864e4ed33295194420.tar.gz mitmproxy-960f2e8bf0432ade836f73864e4ed33295194420.tar.bz2 mitmproxy-960f2e8bf0432ade836f73864e4ed33295194420.zip |
Resolved #582: display ClientConnection select cipher of TLS
Diffstat (limited to 'test')
-rw-r--r-- | test/mitmproxy/tutils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mitmproxy/tutils.py b/test/mitmproxy/tutils.py index 9db65e00..525a0698 100644 --- a/test/mitmproxy/tutils.py +++ b/test/mitmproxy/tutils.py @@ -133,6 +133,7 @@ def tclient_conn(): timestamp_ssl_setup=2, timestamp_end=3, sni="address", + cipher_name="cipher", )) c.reply = controller.DummyReply() return c |