Explorar o código

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>
Jarod Wilson %!s(int64=10) %!d(string=hai) anos
pai
achega
db71f29a1c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      crypto/testmgr.c

+ 1 - 0
crypto/testmgr.c

@@ -3293,6 +3293,7 @@ static const struct alg_test_desc alg_test_descs[] = {
 	}, {
 	}, {
 		.alg = "rfc4106(gcm(aes))",
 		.alg = "rfc4106(gcm(aes))",
 		.test = alg_test_aead,
 		.test = alg_test_aead,
+		.fips_allowed = 1,
 		.suite = {
 		.suite = {
 			.aead = {
 			.aead = {
 				.enc = {
 				.enc = {