projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbe09bd
)
crypto: ansi_cprng - ANSI X9.31 DRNG is not allowed in FIPS 140-2
author
Stephan Mueller
<smueller@chronox.de>
Tue, 5 Jan 2016 12:12:21 +0000
(13:12 +0100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 25 Jan 2016 14:38:59 +0000
(22:38 +0800)
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>
crypto/testmgr.c
patch
|
blob
|
blame
|
history
diff --git
a/crypto/testmgr.c
b/crypto/testmgr.c
index ae8c57fd8bc7f855e4fb73145a1ec72a34540add..5c0963d17de7ee9fce57e2532a761124e03f1cbb 100644
(file)
--- 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,