summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-07-14 16:53:17 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-07-17 21:20:08 +0800
commitee6872f8e749507f3a437840672f039426866542 (patch)
tree85b862d46a52e1e3f00b08c5d791d2b4b3517b0d /crypto/testmgr.c
parentdfb8e35d9ddd9a298cd055482f8a234a9e0dcc8d (diff)
downloadlinux-crypto-ee6872f8e749507f3a437840672f039426866542.tar.gz
linux-crypto-ee6872f8e749507f3a437840672f039426866542.zip
crypto: testmgr - Disable rfc4309 test and convert test vectors
This patch disables the rfc4309 test while the conversion to the new seqiv calling convention takes place. It also replaces the rfc4309 test vectors with ones that will work with the new IV convention. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index d0a42bd3..f89b028c 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -3508,7 +3508,7 @@ static const struct alg_test_desc alg_test_descs[] = {
}
}
}, {
- .alg = "rfc4309(ccm(aes))",
+ .alg = "rfc4309(ccm(aes))-disabled",
.test = alg_test_aead,
.fips_allowed = 1,
.suite = {