From: Mark Andrews Date: Mon, 20 Dec 2021 07:50:21 +0000 (+1100) Subject: upforwd: use FIPS compatible key size X-Git-Tag: v9.19.12~38^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5da1fb25b16951af92c0ef997fff4299ecebe276;p=thirdparty%2Fbind9.git upforwd: use FIPS compatible key size Don't override the default key size. --- diff --git a/bin/tests/system/upforwd/setup.sh b/bin/tests/system/upforwd/setup.sh index f2719bace05..e13928e43d0 100644 --- a/bin/tests/system/upforwd/setup.sh +++ b/bin/tests/system/upforwd/setup.sh @@ -36,7 +36,7 @@ fi # # SIG(0) required cryptographic support which may not be configured. # -keyname=$($KEYGEN -q -n HOST -a ${DEFAULT_ALGORITHM} -b 1024 -T KEY sig0.example2 2>keyname.err) +keyname=$($KEYGEN -q -n HOST -a ${DEFAULT_ALGORITHM} -T KEY sig0.example2 2>keyname.err) if test -n "$keyname" then cat ns1/example1.db $keyname.key > ns1/example2.db