]> Gentwo Git Trees - linux/.git/commit
integrity: Select CRYPTO from INTEGRITY_ASYMMETRIC_KEYS
authorEric Biggers <ebiggers@kernel.org>
Fri, 15 Aug 2025 02:17:32 +0000 (19:17 -0700)
committerMimi Zohar <zohar@linux.ibm.com>
Fri, 3 Oct 2025 11:50:56 +0000 (07:50 -0400)
commit1376956c5e9e7871978153a483904dc3238e96fb
tree38725a879fab93e4ebfe2afae2fe315a3e4a4bba
parentc17b750b3ad9f45f2b6f7e6f7f4679844244f0b9
integrity: Select CRYPTO from INTEGRITY_ASYMMETRIC_KEYS

Select CRYPTO from INTEGRITY_ASYMMETRIC_KEYS, since
INTEGRITY_ASYMMETRIC_KEYS selects several options that depend on CRYPTO.

This unblocks the removal of the CRYPTO selection from SIGNATURE.
SIGNATURE (lib/digsig.c) itself will no longer need CRYPTO, but
INTEGRITY_ASYMMETRIC_KEYS was depending on it indirectly via the chain
SIGNATURE => INTEGRITY_SIGNATURE => INTEGRITY_ASYMMETRIC_KEYS.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
security/integrity/Kconfig