mbedtls/tests/opt-testcases
Gilles Peskine e13ff09aff Use OPENSSL_NEXT for a test case that uses IPv6 when available
dtls_client connects to "localhost", which is usually IPv6 on modern
systems. On our CI, $OPENSSL is OpenSSL 1.0.2g which doesn't support IPv6.
Pitching dtls_client against $OPENSSL works on the CI at the moment, but
only because the CI runs in Docker with default network settings which has
IPv6 disabled. This would stop working if we changed the CI's Docker setup,
and the test case is likely to fail on a developer machine. So switch the
test case to using $OPENSSL_NEXT (which is a version of OpenSSL that has
IPv6 support).

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-09-25 18:05:17 +02:00
..
sample.sh Use OPENSSL_NEXT for a test case that uses IPv6 when available 2024-09-25 18:05:17 +02:00
tls13-kex-modes.sh Remove obsolete requirements on middlebox compatibility mode: manual 2024-09-24 18:59:30 +02:00
tls13-misc.sh Remove obsolete requirements on middlebox compatibility mode: manual 2024-09-24 18:59:30 +02:00