aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-07-14 04:53:22 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2015-07-17 09:20:14 -0400
commit544c436a8ecec2dc162c63116025da0e4e66ea4e (patch)
treeea5a987ba4454a1db94a25000ff5e955aac19e29 /crypto
parentcc81565307822a062820da294c17d9f3b6f49ecd (diff)
crypto: testmgr - Reenable rfc4309 test
Now that all implementations of rfc4309 have been converted we can reenable the test. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/testmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index f89b028c760c..d0a42bd3aae9 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -3508,7 +3508,7 @@ static const struct alg_test_desc alg_test_descs[] = {
3508 } 3508 }
3509 } 3509 }
3510 }, { 3510 }, {
3511 .alg = "rfc4309(ccm(aes))-disabled", 3511 .alg = "rfc4309(ccm(aes))",
3512 .test = alg_test_aead, 3512 .test = alg_test_aead,
3513 .fips_allowed = 1, 3513 .fips_allowed = 1,
3514 .suite = { 3514 .suite = {