google / nogotofail

An on-path blackbox network traffic security testing tool
Apache License 2.0
2.94k stars 418 forks source link

Refactor SSL MiTM out of Connection #95

Open chadbrubaker opened 8 years ago

chadbrubaker commented 8 years ago

SSL MiTM logic has been crufting up connection handling, move all that to a new internal data handler SslMitmHandler that has the setup logic.