summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-06-16 13:54:16 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-06-17 15:35:04 +0800
commit5e793323ab63c4aee3970b7e774dea6d073cd2cf (patch)
tree12f28a6545f9e234ba4b0bea7903a063dea293ed
parentb6a0750d6e2d827643ca7484db52bbf1ec6fcbc4 (diff)
downloadlinux-crypto-5e793323ab63c4aee3970b7e774dea6d073cd2cf.tar.gz
linux-crypto-5e793323ab63c4aee3970b7e774dea6d073cd2cf.zip
crypto: testmgr - Disable rfc4543 test
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 <herbert@gondor.apana.org.au>
-rw-r--r--crypto/testmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index ccd19cfe..009714da 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 = {