Commit 8af538e5 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix TLSProxy end of test detection



Previously TLSProxy would detect a successful handshake once it saw the
server Finished message. This causes problems with abbreviated handshakes,
or if the client fails to process a message from the last server flight.

This change additionally sends some application data and finishes when the
client sends a CloseNotify.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent ee4ffd6f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment