From 960f2e8bf0432ade836f73864e4ed33295194420 Mon Sep 17 00:00:00 2001 From: chhsiao90 Date: Wed, 26 Oct 2016 11:32:42 +0800 Subject: Resolved #582: display ClientConnection select cipher of TLS --- test/mitmproxy/tutils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 -- cgit v1.2.3 From d52f35428c835d30b2f2be72d9258a8d908e5072 Mon Sep 17 00:00:00 2001 From: chhsiao90 Date: Wed, 26 Oct 2016 14:36:14 +0800 Subject: Show tls version on console --- test/mitmproxy/tutils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/mitmproxy/tutils.py b/test/mitmproxy/tutils.py index 525a0698..5f1dda53 100644 --- a/test/mitmproxy/tutils.py +++ b/test/mitmproxy/tutils.py @@ -134,6 +134,7 @@ def tclient_conn(): timestamp_end=3, sni="address", cipher_name="cipher", + tls_version="TLSv1.2", )) c.reply = controller.DummyReply() return c -- cgit v1.2.3