summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-06-16 13:54:24 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-06-17 15:35:09 +0800
commitd1f99c4e760c1ce510e8a5761e3390e5a8d2e90a (patch)
treed1ae99af560d08e7e40523ab10ac0bf2a35e2537 /crypto
parent63e81b0de3de83fba756abfeb504aad409f96ab2 (diff)
downloadlinux-crypto-d1f99c4e760c1ce510e8a5761e3390e5a8d2e90a.tar.gz
linux-crypto-d1f99c4e760c1ce510e8a5761e3390e5a8d2e90a.zip
Revert "crypto: testmgr - Disable rfc4543 test"
This reverts commit 9b9f9296a7b73fbafe0a0a6f2494eaadd97f9f73 as all in-kernel implementations of GCM have been converted to the new AEAD interface, meaning that they should now pass the updated rfc4543 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 009714da..ccd19cfe 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -3372,7 +3372,7 @@ static const struct alg_test_desc alg_test_descs[] = {
}
}
}, {
- .alg = "rfc4543(gcm(aes))-disabled",
+ .alg = "rfc4543(gcm(aes))",
.test = alg_test_aead,
.suite = {
.aead = {