openssl/util/perl
Richard Levitte 5a9c90b1e5 OpenSSL::Test: Avoid running IPv6 related tests if IPv6 was explicitly disabled
It's possible to disable IPv6  explicitly when configuring OpenSSL.  In that
case, IPv6 related tests should be skipped.

This is solved by having OpenSSL::Test::Utils::have_IPv6() check configuration
first, before trying to determine if the machine supports IPv6.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24748)
2024-06-29 08:36:00 +02:00
..
OpenSSL OpenSSL::Test: Avoid running IPv6 related tests if IPv6 was explicitly disabled 2024-06-29 08:36:00 +02:00
TLSProxy Add a test for an empty NextProto message 2024-06-27 10:30:52 +01:00
checkhandshake.pm