]> 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 21:34:47 +0000 (08:34 +1100)
commit0915738c46f8f50474a242d65cc95ea11e507b2c
tree7347d66846b830fa7e6e26fc38c77bac140b5762
parentd0920a91dc999cb1b002766588cc03610cbaabca
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.

(cherry picked from commit 6ad794a8cdd092bbb093660164739ad2d1469fa3)
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