]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Revert "crypto: testmgr - Disable rfc4543 test"
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 16 Jun 2015 05:54:24 +0000 (13:54 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 17 Jun 2015 07:35:09 +0000 (15:35 +0800)
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>
crypto/testmgr.c

index 009714da5b931cf72589af0fd48bba226281f7fe..ccd19cfee9952cbe1e8ab1fef582f83243566940 100644 (file)
@@ -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 = {