Disable cmac tests by default so the old algorithm test vectors work.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 25 Mar 2011 16:34:20 +0000 (16:34 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 25 Mar 2011 16:34:20 +0000 (16:34 +0000)
fips/fipsalgtest.pl

index 18e801f6a4b3545d865a68a4f571bcc4f0c6d9a1..c90e80494ae063fb4054297ec82642812b2d8a6a 100644 (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,