From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Xu Subject: [v2 PATCH 1/8] crypto: testmgr - Disable rfc4543 test Date: Tue, 16 Jun 2015 13:54:16 +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]:37458 "EHLO helcar.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751183AbbFPFyW (ORCPT ); Tue, 16 Jun 2015 01:54:22 -0400 Sender: linux-crypto-owner@vger.kernel.org List-ID: Because the old rfc4543 implementation always injected an IV into the AD, while the new one does not, we have to disable the test while it is converted over to the new AEAD interface. 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 ccd19cf..009714d 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))", + .alg = "rfc4543(gcm(aes))-disabled", .test = alg_test_aead, .suite = { .aead = {