diff options
author | Jarod Wilson <jarod@redhat.com> | 2015-01-23 12:42:15 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-01-25 19:34:32 -0500 |
commit | db71f29a1c327f3824c1c0919937965b36d67b80 (patch) | |
tree | 198fe0974eee0ff5547bfc2ddbf05a0a114026f9 /crypto/testmgr.c | |
parent | cbceeefd872480afe46197633826a424196d8131 (diff) |
crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowed
This gcm variant is popular for ipsec use, and there are folks who would
like to use it while in fips mode. Mark it with fips_allowed=1 to
facilitate that.
CC: LKML <linux-kernel@vger.kernel.org>
CC: Stephan Mueller <smueller@atsec.com>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Acked-by: Stephan Mueller <smueller@atsec.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r-- | crypto/testmgr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 235b1fff04c4..758d02847308 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c | |||
@@ -3293,6 +3293,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
3293 | }, { | 3293 | }, { |
3294 | .alg = "rfc4106(gcm(aes))", | 3294 | .alg = "rfc4106(gcm(aes))", |
3295 | .test = alg_test_aead, | 3295 | .test = alg_test_aead, |
3296 | .fips_allowed = 1, | ||
3296 | .suite = { | 3297 | .suite = { |
3297 | .aead = { | 3298 | .aead = { |
3298 | .enc = { | 3299 | .enc = { |