Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14f34061 authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent f4ec6aa5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {