From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Xu Subject: [v2 PATCH 7/8] Revert "crypto: testmgr - Disable rfc4543 test" Date: Tue, 16 Jun 2015 13:54:24 +0800 Message-ID: References: <20150616054551.GA21524@gondor.apana.org.au> To: Linux Crypto Mailing List , "Leonidas S. Barbosa" , Fionnuala Gunter , horia.geanta@freescale.com, ruchika.gupta@freescale.com, cristian.stoica@freescale.com, NiteshNarayanLal@freescale.com, jinyanjiang@gmail.com, Kim Phillips , Tudor Ambarus Return-path: Received: from helcar.hengli.com.au ([209.40.204.226]:47038 "EHLO helcar.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752518AbbFPFy3 (ORCPT ); Tue, 16 Jun 2015 01:54:29 -0400 Sender: linux-crypto-owner@vger.kernel.org List-ID: 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 --- crypto/testmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 009714d..ccd19cf 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 = {