crypto: fips - FIPS requires algorithm self-tests
authorChuck Ebbert <cebbert@redhat.com>
Fri, 3 Sep 2010 11:17:49 +0000 (19:17 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 3 Sep 2010 11:17:49 +0000 (19:17 +0800)
Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig

index e573077f1672e06bf159c9a242564c5436fc0a75..866a1d751aa45492c17ad2e1a7fd0f5c9d4fde1e 100644 (file)
@@ -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
This page took 0.025749 seconds and 5 git commands to generate.