TLSProxy/Proxy.pm: bind s_server to loopback interface.
authorAndy Polyakov <appro@openssl.org>
Wed, 11 Apr 2018 21:16:52 +0000 (23:16 +0200)
committerAndy Polyakov <appro@openssl.org>
Sat, 14 Apr 2018 17:59:02 +0000 (19:59 +0200)
commitde5b3a8645a3b2dd22fa8866e64488eb2b69777d
tree647572831adef66e775d1dc4b2d03480c99b3b5c
parentd47eb76cd5fef2495c23705733d7034370063556
TLSProxy/Proxy.pm: bind s_server to loopback interface.

Bind even test/ssltest_old.c to loopback interface. This allows to avoid
unnecessary alerts from Windows and Mac OS X firewalls.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5933)
test/ssltest_old.c
util/perl/TLSProxy/Proxy.pm