瀏覽代碼

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>
Herbert Xu 10 年之前
父節點
當前提交
14f34061bc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crypto/testmgr.c

+ 1 - 1
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,
 		.test = alg_test_aead,
 		.suite = {
 		.suite = {
 			.aead = {
 			.aead = {