Skip to content

Commit

Permalink
crypto: testmgr - Disable rfc4543 test
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
herbertx committed Jun 17, 2015
1 parent f4ec6aa commit 14f3406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 14f3406

Please sign in to comment.