Skip to content

Commit

Permalink
crypto: fips - FIPS requires algorithm self-tests
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Chuck Ebbert authored and herbertx committed Sep 3, 2010
1 parent 537559a commit e84c548
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e84c548

Please sign in to comment.