Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1301484 > unrolled thread

[PATCH] crypto: ANSI X9.31 DRNG is not allowed in FIPS 140-2

Started byStephan Mueller <smueller@chronox.de>
First post2016-01-05 13:20 +0100
Last post2016-01-05 13:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] crypto: ANSI X9.31 DRNG is not allowed in FIPS 140-2 Stephan Mueller <smueller@chronox.de> - 2016-01-05 13:20 +0100

#1301484 — [PATCH] crypto: ANSI X9.31 DRNG is not allowed in FIPS 140-2

FromStephan Mueller <smueller@chronox.de>
Date2016-01-05 13:20 +0100
Subject[PATCH] crypto: ANSI X9.31 DRNG is not allowed in FIPS 140-2
Message-ID<qNyKL-2Cw-19@gated-at.bofh.it>
As per update of the FIPS 140-2 Annex C supported by SP800-131A, the
ANSI X9.31 DRNG is not an allowed cipher in FIPS mode any more.

CC: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Stephan Mueller <smueller@chronox.de>
---
 crypto/testmgr.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index ae8c57fd..5c0963d 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2081,7 +2081,6 @@ static const struct alg_test_desc alg_test_descs[] = {
 	}, {
 		.alg = "ansi_cprng",
 		.test = alg_test_cprng,
-		.fips_allowed = 1,
 		.suite = {
 			.cprng = {
 				.vecs = ansi_cprng_aes_tv_template,
-- 
2.5.0


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web