aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-07-26 14:21:18 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-07-26 14:21:18 +1200
commit675e70c7ebd980bbbc55a49e888f21cf8fbbe818 (patch)
tree4b776db7b19fe694c4bc25dc5d4c3f40961a1e24 /CHANGELOG
parente9bbcfadc13539c2ccf62500bfb892761c8c36ec (diff)
downloadmitmproxy-675e70c7ebd980bbbc55a49e888f21cf8fbbe818.tar.gz
mitmproxy-675e70c7ebd980bbbc55a49e888f21cf8fbbe818.tar.bz2
mitmproxy-675e70c7ebd980bbbc55a49e888f21cf8fbbe818.zip
Changelog for v0.13
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5f3a39f9..589a54de 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,33 @@
+24 July 2015: mitmproxy 0.13
+
+ * Upstream certificate validation. See the --verify-upstream-cert,
+ --upstream-trusted-cadir and --upstream-trusted-ca parameters. Thanks to
+ Kyle Morton (github.com/kyle-m) for his work on this.
+
+ * Add HTTP transparent proxy mode. This uses the host headers from HTTP
+ traffic (rather than SNI and IP address information from the OS) to
+ implement perform transparent proxying. Thanks to github.com/ijiro123 for
+ this feature.
+
+ * Add ~src and ~dst REGEX filters, allowing matching on source and
+ destination addresses in the form of <IP>:<Port>
+
+ * mitmproxy console: change g/G keyboard shortcuts to match less. Thanks to
+ Jose Luis Honorato (github.com/jlhonora).
+
+ * mitmproxy console: Flow marking and unmarking. Marked flows are not
+ deleted when the flow list is cleared. Thanks to Jake Drahos
+ (github.com/drahosj).
+
+ * mitmproxy console: add marking of flows
+
+ * Remove the certforward feature. It was added to allow exploitation of
+ #gotofail, which is no longer a common vulnerability. Permitting this
+ hugely increased the complexity of packaging and distributing mitmproxy.
+
+
+
+
3 June 2015: mitmproxy 0.12.1
* mitmproxy console: mouse interaction - scroll in the flow list, click on