bind9/bin/tests/system/forward
Artem Boldariev 17dd30ec52 Use FIPS compatible DH-param files
When the tests were added, the files were generated without FIPS
compatibility in mind. That made the tests fail on recent OpenSSL
versions in FIPS mode.

So, the files were regenerated on a FIPS compliant system using the
following stanza:

$ openssl dhparam -out <file> 3072

Apparently, the old files are not valid for FIPS starting with OpneSSL
3.1.X release series as "FIPS 140-3 compliance changes" are mentioned
in the changelog:

https://openssl-library.org/news/openssl-3.1-notes/
(cherry picked from commit 384c92880e)
2024-12-09 12:00:49 +00:00
..
ans6 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ans11 Adapt to Python scripts to black 23.1.0 2023-02-17 15:31:52 +01:00
CA Remove trailing whitespace from all text files 2023-06-13 15:05:40 +02:00
ns1 Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00
ns2 forward: Check if TLS is working in FIPS mode 2023-04-03 12:44:27 +10:00
ns3 Use trust anchors with 'dnssec-validation yes' in system tests 2024-02-02 19:54:09 +00:00
ns4 Add a statistics channel check in the forward system test 2024-09-16 09:31:38 +00:00
ns5 Use trust anchors with 'dnssec-validation yes' in system tests 2024-02-02 19:54:09 +00:00
ns7 Use trust anchors with 'dnssec-validation yes' in system tests 2024-02-02 19:54:09 +00:00
ns8 Use trust anchors with 'dnssec-validation yes' in system tests 2024-02-02 19:54:09 +00:00
ns9 Use DEFAULT_HMAC for rndc 2022-07-07 10:11:42 +10:00
ns10 explicitly set dnssec-validation in system tests 2023-06-26 13:41:56 -07:00
.gitignore Test query forwarding to DoT-enabled upstream servers 2023-01-20 14:45:30 +00:00
dhparam3072.pem Use FIPS compatible DH-param files 2024-12-09 12:00:49 +00:00
prereq.sh Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00
rfc1918-inherited.conf Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
rfc1918-notinherited.conf Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
setup.sh Remove invocations and mentions of clean.sh 2024-11-08 15:39:50 +01:00
tests.sh Add a statistics channel check in the forward system test 2024-09-16 09:31:38 +00:00
tests_sh_forward.py Replace clean.sh files with extra_artifacts mark 2024-11-08 15:39:50 +01:00
ula-inherited.conf Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ula-notinherited.conf Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00