google / nogotofail

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

Fix record building in serverkeyreplace #108

Closed chadbrubaker closed 8 years ago

chadbrubaker commented 8 years ago

In the refactor of TLSHandlers the logic for splitting uneeded records out in on_response was done incorrect and so would add an entire copy of the TLS record for each message in the record before the ServerKeyExchange

Fixes #107

klyubin commented 8 years ago

LGTM