]> git.ipfire.org Git - thirdparty/bind9.git/commit
FIPS tests changes for RHEL
authorPetr Menšík <pemensik@redhat.com>
Thu, 2 Aug 2018 21:46:45 +0000 (23:46 +0200)
committerMark Andrews <marka@isc.org>
Wed, 15 Feb 2023 04:44:28 +0000 (15:44 +1100)
commit6ad794a8cdd092bbb093660164739ad2d1469fa3
tree8df6400a3917400410577e04295883c70ec49446
parent4787adfd331a4c0e2b00bd05714a541ec3f501e7
FIPS tests changes for RHEL

Include MD5 feature detection in featuretest tool and use it in some
places. When RHEL distribution or Fedora ELN is in FIPS mode, then MD5
algorithm is unavailable completely and even hmac-md5 algorithm usage
will always fail. Work that around by checking MD5 works and if not,
skipping its usage.

Those changes were dragged as downstream patch bind-9.11-fips-tests.patch
in Fedora and RHEL.
bin/tests/system/acl/tests.sh
bin/tests/system/feature-test.c
bin/tests/system/nsupdate/setup.sh
bin/tests/system/nsupdate/tests.sh
bin/tests/system/rndc/setup.sh
bin/tests/system/rndc/tests.sh
bin/tests/system/tsig/ns1/named.conf.in
bin/tests/system/tsig/setup.sh
bin/tests/system/tsig/tests.sh