openssl/util/perl/OpenSSL/Test
Richard Levitte 16b6b6ee2d 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)

(cherry picked from commit 5a9c90b1e5)
2024-06-29 08:40:53 +02:00
..
Simple.pm Following the license change, modify the boilerplates in util/, tools/ 2018-12-06 14:17:23 +01:00
Utils.pm OpenSSL::Test: Avoid running IPv6 related tests if IPv6 was explicitly disabled 2024-06-29 08:40:53 +02:00