openssl/util/TLSProxy
Viktor Dukhovni 4c35c93661 Handle localhost being either 127.0.0.1 or ::1
When connecting to "localhost" the Proxy's choice of client address
family may not match the server's choice address family.  Without
MultiHomed => 1, the proxy may try the wrong address family first,
and give up without trying the other.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-02-03 21:18:24 -05: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 Handle localhost being either 127.0.0.1 or ::1 2016-02-03 21:18:24 -05: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