From d4178c8fb1736354d16a6e1b82c5e02433973374 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 25 Mar 2011 16:34:20 +0000 Subject: [PATCH] Disable cmac tests by default so the old algorithm test vectors work. --- fips/fipsalgtest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.25.1