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
..
.jenkins
configs Fix a typo in a comment 2024-04-12 12:40:01 +02:00
docker/bionic Header updates 2023-11-03 12:21:36 +00:00
git-scripts Header updates 2023-11-03 12:21:36 +00:00
include Misc improvements to comments 2024-09-05 10:47:45 +02:00
opt-testcases Use OPENSSL_NEXT for a test case that uses IPv6 when available 2024-09-25 18:05:17 +02:00
psa-client-server Merge pull request #9427 from valeriosetti/psasim-small-fixes 2024-08-07 13:13:46 +00:00
scripts Remove obsolete requirement for GnuTLS %DISABLE_TLS13_COMPAT_MODE 2024-09-24 18:59:31 +02:00
src Merge pull request #9385 from eleuzi01/replace-ecdsa-some 2024-09-19 13:53:18 +00:00
suites Bring back some dependencies 2024-09-09 11:18:10 +01:00
.gitignore Automatically generate tests/opt-testcases/tls13-compat.sh 2024-09-24 18:59:31 +02:00
CMakeLists.txt Have make ssl-opt generate tls13-compat.sh 2024-09-24 19:09:57 +02:00
compat-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
compat.sh Replace data_files path with variable in compat.sh 2024-07-05 15:49:28 +01:00
context-info.sh Update directory-climbing path in context-info.sh 2024-07-05 15:49:05 +01:00
Descriptions.txt Revert "Remove tests that depend on TLS or X.509" 2020-03-19 14:17:54 +01:00
make-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
Makefile Have make ssl-opt generate tls13-compat.sh (make edition) 2024-09-25 10:28:48 +02:00
ssl-opt-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
ssl-opt.sh Note known issue about test cases skipped in TLS 1.3-only builds 2024-09-25 18:05:17 +02:00