openssl/util/TLSProxy
Matt Caswell 142463c937 Wait longer for the server in TLSProxy to start
In a recent PR (#3566) it seems that TLSProxy gave up trying to connect to
the server process too quickly. This meant the test failed even though the
server *did* eventually start. Currently we try 3 times to connect with a
0.1 second pause between each attempt. That is probably too aggressive.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3587)
2017-05-31 11:26:49 +01:00
..
Certificate.pm Create Certificate messages in TLS1.3 format 2017-01-06 10:25:13 +00:00
CertificateVerify.pm Teach TLSProxy about the CertificateVerify message 2017-01-10 23:02:50 +00:00
ClientHello.pm Add a test to check that if a PSK extension is not last then we fail 2017-03-10 15:29:24 +00:00
EncryptedExtensions.pm Fix various indentation 2016-12-08 17:21:35 +00:00
HelloRetryRequest.pm Add some HRR tests 2017-03-16 14:20:38 +00:00
Message.pm Add test for no change following an HRR 2017-05-09 17:23:58 +01:00
NewSessionTicket.pm Copyright consolidation; .pm and Configure 2016-04-20 10:40:05 -04:00
Proxy.pm Wait longer for the server in TLSProxy to start 2017-05-31 11:26:49 +01:00
Record.pm Update the TLSv1.3 version indicator for draft-20 2017-05-03 17:23:02 +01:00
ServerHello.pm Add a test to check the EC point formats extension appears when we expect 2016-12-29 13:32:54 +00:00
ServerKeyExchange.pm Extend ServerKeyExchange parsing to work with a signature 2017-01-10 23:02:50 +00:00