Disable cmac tests by default so the old algorithm test vectors work.
This commit is contained in:
parent
3a660e7364
commit
d4178c8fb1
@ -389,7 +389,7 @@ my %fips_enabled = (
|
|||||||
"rsa-pss62" => 1,
|
"rsa-pss62" => 1,
|
||||||
sha => 1,
|
sha => 1,
|
||||||
hmac => 1,
|
hmac => 1,
|
||||||
cmac => 1,
|
cmac => 0,
|
||||||
"rand-aes" => 1,
|
"rand-aes" => 1,
|
||||||
"rand-des2" => 0,
|
"rand-des2" => 0,
|
||||||
aes => 1,
|
aes => 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user