openssl/util/perl/TLSProxy
Andy Polyakov 6b3e8b9430 TLSProxy/Proxy.pm: handle -1 as return value from waitpid.
On rare occasion 's_server | perl -ne print' can complete before
corresponding waitpid, which on Windows can results in -1 return
value. This is not an error, don't treat it like one. Collect
even return value from s_server.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5907)
2018-04-13 10:12:01 +02:00
..
Certificate.pm
CertificateVerify.pm
ClientHello.pm
EncryptedExtensions.pm
Message.pm Update copyright year 2018-02-13 13:59:25 +00:00
NewSessionTicket.pm
Proxy.pm TLSProxy/Proxy.pm: handle -1 as return value from waitpid. 2018-04-13 10:12:01 +02:00
Record.pm TLSProxy/Record.pm: remove dead condition and improve readability. 2018-04-08 11:42:46 +02:00
ServerHello.pm Send supported_versions in an HRR 2017-12-14 15:06:37 +00:00
ServerKeyExchange.pm