Skip to content

Commit

Permalink
crypto: testmgr - Disable rfc4106 test and convert test vectors
Browse files Browse the repository at this point in the history
This patch disables the rfc4106 test while the conversion to the
new seqiv calling convention takes place.  It also converts the
rfc4106 test vectors to the new format.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Herbert Xu committed Jul 14, 2015
1 parent e13f0f6 commit 8537544
Show file tree
Hide file tree
Showing 2 changed files with 319 additions and 285 deletions.
2 changes: 1 addition & 1 deletion crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -3492,7 +3492,7 @@ static const struct alg_test_desc alg_test_descs[] = {
}
}
}, {
.alg = "rfc4106(gcm(aes))",
.alg = "rfc4106(gcm(aes))-disabled",
.test = alg_test_aead,
.fips_allowed = 1,
.suite = {
Expand Down
Loading

0 comments on commit 8537544

Please sign in to comment.