From: Jarod Wilson Date: Sat, 29 Jan 2011 04:14:01 +0000 (+1100) Subject: crypto: testmgr - mark xts(aes) as fips_allowed X-Git-Tag: v2.6.39-rc1~487^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2918aa8d1d4e7b4586a5a89dc8406e1d431f5129;p=pandora-kernel.git crypto: testmgr - mark xts(aes) as fips_allowed We (Red Hat) are intending to include dm-crypt functionality, using xts(aes) for disk encryption, as part of an upcoming FIPS-140-2 certification effort, and xts(aes) *is* on the list of possible mode/cipher combinations that can be certified. To make that possible, we need to mark xts(aes) as fips_allowed in the crypto subsystem. A 'modprobe tcrypt mode=10' in fips mode shows xts(aes) self-tests passing successfully after this change. Signed-off-by: Jarod Wilson Signed-off-by: Herbert Xu --- Reading git-diff-tree failed