Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH] crypto: FIPS requires algorithm self-tests
@ 2010-08-29 21:47 Chuck Ebbert
  2010-09-03 11:18 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Chuck Ebbert @ 2010-08-29 21:47 UTC (permalink / raw)
  To: Herbert Xu; +Cc: linux-crypto

crypto: FIPS requires algorithm self-tests

Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
---

Patch is against the latest cryptodev tree.

--- vanilla-2.6.36-rc2-git5.orig/crypto/Kconfig
+++ vanilla-2.6.36-rc2-git5/crypto/Kconfig
@@ -23,13 +23,12 @@ comment "Crypto core or helper"
 
 config CRYPTO_FIPS
 	bool "FIPS 200 compliance"
-	depends on CRYPTO_ANSI_CPRNG
+	depends on CRYPTO_ANSI_CPRNG && !CRYPTO_MANAGER_DISABLE_TESTS
 	help
 	  This options enables the fips boot option which is
 	  required if you want to system to operate in a FIPS 200
 	  certification.  You should say no unless you know what
-	  this is. Note that CRYPTO_ANSI_CPRNG is required if this
-	  option is selected
+	  this is.
 
 config CRYPTO_ALGAPI
 	tristate

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-03 11:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-29 21:47 [PATCH] crypto: FIPS requires algorithm self-tests Chuck Ebbert
2010-09-03 11:18 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox