Disable cmac tests by default so the old algorithm test vectors work.

This commit is contained in:
Dr. Stephen Henson 2011-03-25 16:34:20 +00:00
parent 3a660e7364
commit d4178c8fb1

View File

@ -389,7 +389,7 @@ my %fips_enabled = (
"rsa-pss62" => 1,
sha => 1,
hmac => 1,
cmac => 1,
cmac => 0,
"rand-aes" => 1,
"rand-des2" => 0,
aes => 1,