projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc81565
)
crypto: testmgr - Reenable rfc4309 test
author
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 14 Jul 2015 08:53:22 +0000
(16:53 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 17 Jul 2015 13:20:14 +0000
(21:20 +0800)
Now that all implementations of rfc4309 have been converted we can
reenable the test.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c
patch
|
blob
|
history
diff --git
a/crypto/testmgr.c
b/crypto/testmgr.c
index
f89b028
..
d0a42bd
100644
(file)
--- a/
crypto/testmgr.c
+++ b/
crypto/testmgr.c
@@
-3508,7
+3508,7
@@
static const struct alg_test_desc alg_test_descs[] = {
}
}
}, {
- .alg = "rfc4309(ccm(aes))
-disabled
",
+ .alg = "rfc4309(ccm(aes))",
.test = alg_test_aead,
.fips_allowed = 1,
.suite = {