summaryrefslogtreecommitdiff
path: root/crypto/hash.h
diff options
context:
space:
mode:
authorJoachim Vandersmissen <git@jvdsn.com>2024-05-13 07:55:06 +0300
committerJarkko Sakkinen <jarkko@kernel.org>2024-05-14 05:01:03 +0300
commit8cd9f234f7066a783bb8beab8f25f9e31d878e17 (patch)
tree9fb5e1157525fcc4dbef2bd36160068213305347 /crypto/hash.h
parent9d2fd8bdc12f403a5c35c971936a0e1d5cb5108e (diff)
downloadlinux-8cd9f234f7066a783bb8beab8f25f9e31d878e17.tar.xz
certs: Move RSA self-test data to separate file
In preparation of adding new ECDSA self-tests, the existing data for the RSA self-tests is moved to a separate file. This file is only compiled if the new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA configuration option is set, which ensures that the required dependencies (RSA, SHA-256) are present. Otherwise, the kernel would panic when trying to execute the self-test. The introduction of this new option, rather than adding the dependencies to the existing CONFIG_FIPS_SIGNATURE_SELFTEST option, allows for additional self-tests to be added for different algorithms. The kernel can then be configured to only execute the self-tests for those algorithms that are included. Signed-off-by: Joachim Vandersmissen <git@jvdsn.com> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Diffstat (limited to 'crypto/hash.h')
0 files changed, 0 insertions, 0 deletions