openssl/util/TLSProxy
Matt Caswell 8af538e5c5 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: Tim Hudson <tjh@openssl.org>
2015-08-26 10:38:02 +01:00
..
ClientHello.pm
Message.pm Fix TLSProxy end of test detection 2015-08-26 10:38:02 +01:00
Proxy.pm Fix TLSProxy end of test detection 2015-08-26 10:38:02 +01:00
Record.pm for test_sslvertol, add a value to display SSL version < 3 in debug 2015-08-13 22:05:25 +02:00
ServerHello.pm
ServerKeyExchange.pm Fixups in libssl test harness 2015-08-13 22:05:25 +02:00