]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: fips - only panic on bad/missing crypto mod signatures
authorJarod Wilson <jarod@redhat.com>
Wed, 2 Jul 2014 19:37:30 +0000 (15:37 -0400)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 3 Jul 2014 13:38:32 +0000 (21:38 +0800)
commit1fc8651d11722ebe8b26adeaa6f9da2a04c5d2e2
tree8b77329be83d25fc89cdf46d0c296e5820a23d06
parent216ad49c0e92a7cd8a3fc7b047a7039883745cf1
crypto: fips - only panic on bad/missing crypto mod signatures

Per further discussion with NIST, the requirements for FIPS state that
we only need to panic the system on failed kernel module signature checks
for crypto subsystem modules. This moves the fips-mode-only module
signature check out of the generic module loading code, into the crypto
subsystem, at points where we can catch both algorithm module loads and
mode module loads. At the same time, make CONFIG_CRYPTO_FIPS dependent on
CONFIG_MODULE_SIG, as this is entirely necessary for FIPS mode.

v2: remove extraneous blank line, perform checks in static inline
function, drop no longer necessary fips.h include.

CC: "David S. Miller" <davem@davemloft.net>
CC: Rusty Russell <rusty@rustcorp.com.au>
CC: Stephan Mueller <stephan.mueller@atsec.com>
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>
crypto/Kconfig
crypto/algapi.c
kernel/module.c