openssl/util/perl/TLSProxy
Richard Levitte 825038d8c3 TLSProxy::Proxy: don't waste time redirecting STDOUT and STDERR
On Windows, it seems that doing so in a forked (pseudo-)process
sometimes affects the parent, and thereby hides all the results that
are supposed to be seen by the running test framework (the "ok" and
"not ok" lines).

It turns out that our redirection isn't necessary, as the test
framework seems to swallow it all in non-verbose mode anyway.
It's possible that we did need this at some point, but the framework
has undergone some refinement since then...

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5100)
2018-01-17 21:27:33 +01:00
..
Certificate.pm Consolidate the locations where we have our internal perl modules 2017-08-15 11:30:47 +02:00
CertificateVerify.pm Consolidate the locations where we have our internal perl modules 2017-08-15 11:30:47 +02:00
ClientHello.pm Consolidate the locations where we have our internal perl modules 2017-08-15 11:30:47 +02:00
EncryptedExtensions.pm Consolidate the locations where we have our internal perl modules 2017-08-15 11:30:47 +02:00
Message.pm Update TLSProxy to know about new HRR style 2017-12-14 15:06:37 +00:00
NewSessionTicket.pm Consolidate the locations where we have our internal perl modules 2017-08-15 11:30:47 +02:00
Proxy.pm TLSProxy::Proxy: don't waste time redirecting STDOUT and STDERR 2018-01-17 21:27:33 +01:00
Record.pm Update TLSProxy to know about new HRR style 2017-12-14 15:06:37 +00:00
ServerHello.pm Send supported_versions in an HRR 2017-12-14 15:06:37 +00:00
ServerKeyExchange.pm Consolidate the locations where we have our internal perl modules 2017-08-15 11:30:47 +02:00