Pass rndc test also in FIPS mode
In FIPS mode, rndc-keygen has to switch itself to algorithm different than default hmac-md5. It should fail with hmac-md5 in that mode, but should pass if algorithm was not given explicitly.
This commit is contained in:
parent
03f4e6cef4
commit
afc99941af
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ rlJournalStart
|
|||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest "Manual confgen test"
|
||||
rlRun "rndc-confgen -a -A hmac-md5" 0
|
||||
rlRun "rndc-confgen -a" 0
|
||||
RETURN=0 # it depends on fips mode status
|
||||
rlRun "systemctl restart named-pkcs11" 0
|
||||
for i in `seq 1 10`;do rndc reload;done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue