git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73d3864
)
crypto: cryptomgr - Test ciphers using ECB
author
Herbert Xu
<herbert@gondor.apana.org.au>
Sun, 17 Aug 2008 07:01:56 +0000
(17:01 +1000)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 29 Aug 2008 05:49:58 +0000
(15:49 +1000)
As it is we only test ciphers when combined with a mode. That means
users that do not invoke a mode of operations may get an untested
cipher.
This patch tests all ciphers using the ECB mode so that simple cipher
users such as ansi-cprng are also protected.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found