Skip to content

Commit 0bc5a6c

Browse files
committed
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>
1 parent 2d6f060 commit 0bc5a6c

File tree

2 files changed

+1467
-273
lines changed

2 files changed

+1467
-273
lines changed

crypto/testmgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3508,7 +3508,7 @@ static const struct alg_test_desc alg_test_descs[] = {
35083508
}
35093509
}
35103510
}, {
3511-
.alg = "rfc4309(ccm(aes))",
3511+
.alg = "rfc4309(ccm(aes))-disabled",
35123512
.test = alg_test_aead,
35133513
.fips_allowed = 1,
35143514
.suite = {

0 commit comments

Comments
 (0)