autosign: use FIPS compatible algorithms and key sizes

The nsec-only.example zone was not converted as we use it to
test nsec-only DNSSEC algorithms to nsec3 conversion failure.
The subtest is skipped in fips mode.

Update "checking revoked key with duplicate key ID" test
to use FIPS compatible algorithm.
This commit is contained in:
Mark Andrews
2021-12-21 20:16:47 +11:00
committed by Michal Nowak
parent a2597319b0
commit 19dda1fb93
12 changed files with 65 additions and 60 deletions

View File

@@ -26,7 +26,7 @@ while test "$#" -gt 0; do
args="$args -q"
quiet=1
;;
rsa|RSA)
rsa|RSA|rsasha1|RSASHA1)
alg="-a RSASHA1"
msg="RSA cryptography"
;;