Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

certs: make system keyring depend on x509 parser

This code requires x509_load_certificate_list() to be built-in.

Fixes: 60050ffe3d77 ("certs: Move load_certificate_list() to be with the asymmetric keys code")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Steven Rostedt <rostedt@goodmis.org>
Link: https://lore.kernel.org/all/202206221515.DqpUuvbQ-lkp@intel.com/
Link: https://lore.kernel.org/all/20220712104554.408dbf42@gandalf.local.home/
Signed-off-by: Adam Borowski <kilobyte@angband.pl>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Adam Borowski and committed by
Linus Torvalds
e9088629 af2c9ac2

+1
+1
certs/Kconfig
··· 43 43 bool "Provide system-wide ring of trusted keys" 44 44 depends on KEYS 45 45 depends on ASYMMETRIC_KEY_TYPE 46 + depends on X509_CERTIFICATE_PARSER 46 47 help 47 48 Provide a system keyring to which trusted keys can be added. Keys in 48 49 the keyring are considered to be trusted. Keys may be added at will