[openssl/openssl] 2061d0: OpenSSL::Test: Avoid running IPv6 related tests if...

Richard Levitte noreply at github.com
Sat Jun 29 06:43:53 UTC 2024


  Branch: refs/heads/openssl-3.3
  Home:   https://github.com/openssl/openssl
  Commit: 2061d0358e6f647c10b1b2f5376192d416212390
      https://github.com/openssl/openssl/commit/2061d0358e6f647c10b1b2f5376192d416212390
  Author: Richard Levitte <levitte at openssl.org>
  Date:   2024-06-29 (Sat, 29 Jun 2024)

  Changed paths:
    M util/perl/OpenSSL/Test/Utils.pm

  Log Message:
  -----------
  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 at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Neil Horman <nhorman at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24748)

(cherry picked from commit 5a9c90b1e59b2c368876229862fbff29f2bcf006)



To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications


More information about the openssl-commits mailing list