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:
d15467d
)
* fips/cmac/fips_cmactest.c: Some say TDEA, others say TDES. Support
author
Richard Levitte
<levitte@openssl.org>
Fri, 25 Mar 2011 08:44:37 +0000
(08:44 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 25 Mar 2011 08:44:37 +0000
(08:44 +0000)
both names.
fips/cmac/fips_cmactest.c
patch
|
blob
|
history
diff --git
a/fips/cmac/fips_cmactest.c
b/fips/cmac/fips_cmactest.c
index 63349c19ad91298ed1cbc137fa77a435b1ae77a3..5930b98484f38d8b4d992f6ff3cabe031a12c376 100644
(file)
--- a/
fips/cmac/fips_cmactest.c
+++ b/
fips/cmac/fips_cmactest.c
@@
-130,7
+130,7
@@
int main(int argc, char **argv)
cipher = EVP_aes_192_cbc();
else if (!strcmp(p, "aes256"))
cipher = EVP_aes_256_cbc();
- else if (!strcmp(p, "tdea3"))
+ else if (!strcmp(p, "tdea3")
|| !strcmp(p, "tdes3")
)
{
cipher = EVP_des_ede3_cbc();
Klen_counts_keys = 1;