openssl/util/perl
Richard Levitte c44bab084e TLSProxy::Proxy: If we don't support IPv6, force IPv4
We use the first we can of the following IO::Socket modules to create
sockets:

- IO::Socket::INET6
- IO::Socket::IP
- IO::Socket::INET

The last of them doesn't support IPv6, so if that's the one available,
we must force the s_client and s_server processes to use IPv4.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5092)
2018-01-17 09:26:42 +01:00
..
OpenSSL Many spelling fixes/typo's corrected. 2017-11-11 19:03:10 -05:00
TLSProxy TLSProxy::Proxy: If we don't support IPv6, force IPv4 2018-01-17 09:26:42 +01:00
checkhandshake.pm Merge HRR into ServerHello 2017-12-14 15:06:37 +00:00
with_fallback.pm Consolidate the locations where we have our internal perl modules 2017-08-15 11:30:47 +02:00