openssl/util/TLSProxy
Richard Levitte 98ac876f2d Prefer IO::Socket::INET6 over IO::Socket::IP
While IO::Socket::IP is a core perl module (since Perl v5.19.8, or so
says corelist), IO::Socket::INET6 has been around longer, is said to
be more widely deployed, and most importantly, seems to have less bugs
hitting us.  We therefore prefer IO::Socket::INET6, and only fall back
to IO::Socket::IP if the former doesn't exist on the local system.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2016-02-14 07:39:23 +01:00
..
ClientHello.pm Add test for missing CertificateStatus message 2015-12-27 21:59:04 +00:00
Message.pm Empty NewSessionTicket: test session resumption 2015-09-28 16:00:58 +02:00
NewSessionTicket.pm Empty session ticket: add a test 2015-09-28 16:00:47 +02:00
Proxy.pm Prefer IO::Socket::INET6 over IO::Socket::IP 2016-02-14 07:39:23 +01:00
Record.pm for test_sslvertol, add a value to display SSL version < 3 in debug 2015-08-13 22:05:25 +02:00
ServerHello.pm TLSProxy update 2015-12-08 16:33:04 +00:00
ServerKeyExchange.pm Fixups in libssl test harness 2015-08-13 22:05:25 +02:00