Skip to content

Commit

Permalink
crypto: testmgr - Disable rfc4309 test and convert test vectors
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
herbertx committed Jul 17, 2015
1 parent 2d6f060 commit 0bc5a6c
Show file tree
Hide file tree
Showing 2 changed files with 1,467 additions and 273 deletions.
2 changes: 1 addition & 1 deletion crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
Loading

0 comments on commit 0bc5a6c

Please sign in to comment.