projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a660e7
)
Disable cmac tests by default so the old algorithm test vectors work.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 25 Mar 2011 16:34:20 +0000
(16:34 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 25 Mar 2011 16:34:20 +0000
(16:34 +0000)
fips/fipsalgtest.pl
patch
|
blob
|
history
diff --git
a/fips/fipsalgtest.pl
b/fips/fipsalgtest.pl
index 18e801f6a4b3545d865a68a4f571bcc4f0c6d9a1..c90e80494ae063fb4054297ec82642812b2d8a6a 100644
(file)
--- 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,