2010-08-29 21:50:02

by Chuck Ebbert

[permalink] [raw]
Subject: [PATCH] crypto: FIPS requires algorithm self-tests

crypto: FIPS requires algorithm self-tests

Signed-off-by: Chuck Ebbert <[email protected]>
---

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


2010-09-03 11:18:19

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] crypto: FIPS requires algorithm self-tests

On Sun, Aug 29, 2010 at 05:47:56PM -0400, Chuck Ebbert wrote:
> crypto: FIPS requires algorithm self-tests
>
> Signed-off-by: Chuck Ebbert <[email protected]>

Patch applied. Thanks Chuck!
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt