diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-06-16 13:54:16 +0800 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-06-17 15:35:04 +0800 |
| commit | 14f34061bc26b9cb72bb1136766f87296ba67314 (patch) | |
| tree | c1fe6f3ba06b41e08d501455dc7567084cc203a6 /crypto/testmgr.c | |
| parent | f4ec6aa5b018e0ec7edea916644686d572bc595c (diff) | |
| download | net-14f34061bc26b9cb72bb1136766f87296ba67314.tar.gz | |
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>
Diffstat (limited to 'crypto/testmgr.c')
| -rw-r--r-- | crypto/testmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index ccd19cfee9952c..009714da5b931c 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 = { |
