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:
3e70c81
)
PR: 1969
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 30 Jun 2009 15:21:48 +0000
(15:21 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 30 Jun 2009 15:21:48 +0000
(15:21 +0000)
Submitted by: David McCullough <david_mccullough@securecomputing.com>
Approved by: steve@openssl.org
Don't use repeating key when testing algs.
crypto/engine/eng_cryptodev.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_cryptodev.c
b/crypto/engine/eng_cryptodev.c
index 4f2470b3f561ae11d28efb12702da9b8279addb4..22599163ac655701557ecd07054b15ab4c149d60 100644
(file)
--- a/
crypto/engine/eng_cryptodev.c
+++ b/
crypto/engine/eng_cryptodev.c
@@
-264,7
+264,7
@@
get_cryptodev_ciphers(const int **cnids)
return (0);
}
memset(&sess, 0, sizeof(sess));
- sess.key = (caddr_t)"12345678
1234567812345678
";
+ sess.key = (caddr_t)"12345678
9abcdefghijklmno
";
for (i = 0; ciphers[i].id && count < CRYPTO_ALGORITHM_MAX; i++) {
if (ciphers[i].nid == NID_undef)