summaryrefslogtreecommitdiff
path: root/crypto/cast5.c
diff options
context:
space:
mode:
authorJarod Wilson <jarod@redhat.com>2009-05-15 15:16:03 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2009-06-02 14:04:48 +1000
commit4307f33f48e0148f5dac5a8f149272d07e7ba243 (patch)
tree71ff1af80a44ea1634fbc98cca732fbdc5459d3e /crypto/cast5.c
parent1263118085e6d6486a880bbd0175d65fe54f25c7 (diff)
downloadlinux-crypto-4307f33f48e0148f5dac5a8f149272d07e7ba243.tar.gz
linux-crypto-4307f33f48e0148f5dac5a8f149272d07e7ba243.zip
crypto: testmgr - Mark algs allowed in fips mode
Set the fips_allowed flag in testmgr.c's alg_test_descs[] for algs that are allowed to be used when in fips mode. One caveat: des isn't actually allowed anymore, but des (and thus also ecb(des)) has to be permitted, because disallowing them results in des3_ede being unable to properly register (see des module init func). Also, crc32 isn't technically on the fips approved list, but I think it gets used in various places that necessitate it being allowed. This list is based on http://csrc.nist.gov/groups/STM/cavp/index.html Important note: allowed/approved here does NOT mean "validated", just that its an alg that *could* be validated. Signed-off-by: Jarod Wilson <jarod@redhat.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/cast5.c')
0 files changed, 0 insertions, 0 deletions