openssl/util/TLSProxy
Matt Caswell 5427976d9e Fix a TLSProxy race condition
TLSProxy starts s_server and specifies the number of client connects
it should expect. After that s_server is supposed to close down
automatically. However, if another test is then run then TLSProxy
will start a new instance of s_server. If the previous instance
hasn't closed down yet then the new instance can fail to bind to
the socket.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-15 23:46:50 +00:00
..
ClientHello.pm Don't use 'parent' in util/dofile.pl 2016-02-21 23:08:16 +01:00
Message.pm TLS: reject duplicate extensions 2016-02-19 17:24:44 +01:00
NewSessionTicket.pm Don't use 'parent' in util/dofile.pl 2016-02-21 23:08:16 +01:00
Proxy.pm Fix a TLSProxy race condition 2016-03-15 23:46:50 +00: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 Don't use 'parent' in util/dofile.pl 2016-02-21 23:08:16 +01:00
ServerKeyExchange.pm Don't use 'parent' in util/dofile.pl 2016-02-21 23:08:16 +01:00