Commit 3f31a740 authored by Herbert Xu's avatar Herbert Xu

crypto: testmgr - Reenable rfc4106 test

Now that all implementations of rfc4106 have been converted we can
reenable the test.
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 46218750
...@@ -3492,7 +3492,7 @@ static const struct alg_test_desc alg_test_descs[] = { ...@@ -3492,7 +3492,7 @@ static const struct alg_test_desc alg_test_descs[] = {
} }
} }
}, { }, {
.alg = "rfc4106(gcm(aes))-disabled", .alg = "rfc4106(gcm(aes))",
.test = alg_test_aead, .test = alg_test_aead,
.fips_allowed = 1, .fips_allowed = 1,
.suite = { .suite = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment