aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorStephan Mueller <smueller@chronox.de>2016-01-05 13:12:21 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2016-01-25 22:38:59 +0800
commiteac6d4081d7c3bae0e220859b5a0422cd53f00d8 (patch)
tree7af461408e82ee05d1fb6ee8a453b7094ac8092a /crypto
parentcrypto: chacha20-ssse3 - Align stack pointer to 64 bytes (diff)
downloadlinux-dev-eac6d4081d7c3bae0e220859b5a0422cd53f00d8.tar.xz
linux-dev-eac6d4081d7c3bae0e220859b5a0422cd53f00d8.zip
crypto: ansi_cprng - ANSI X9.31 DRNG is not allowed in FIPS 140-2
As per update of the FIPS 140-2 Annex C supported by SP800-131A, the ANSI X9.31 DRNG is not an allowed cipher in FIPS mode any more. CC: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/testmgr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index ae8c57fd8bc7..5c0963d17de7 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2081,7 +2081,6 @@ static const struct alg_test_desc alg_test_descs[] = {
}, {
.alg = "ansi_cprng",
.test = alg_test_cprng,
- .fips_allowed = 1,
.suite = {
.cprng = {
.vecs = ansi_cprng_aes_tv_template,