summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-03-25 16:34:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-03-25 16:34:20 +0000
commitd4178c8fb1736354d16a6e1b82c5e02433973374 (patch)
tree45b500d8ac2ac186cf8c4be91e96c8ecfe7a0cc3 /fips
parent3a660e73645afb4c3625e0fd880a696d0d7a998a (diff)
Disable cmac tests by default so the old algorithm test vectors work.
Diffstat (limited to 'fips')
-rw-r--r--fips/fipsalgtest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/fipsalgtest.pl b/fips/fipsalgtest.pl
index 18e801f6a4..c90e80494a 100644
--- a/fips/fipsalgtest.pl
+++ b/fips/fipsalgtest.pl
@@ -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,