aboutsummaryrefslogtreecommitdiff
path: root/certs/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-01-31certs: Fix build error when PKCS#11 URI contains semicolonGravatar Jan Luebbe 1-2/+2
2022-07-27certs: unify blacklist_hashes.c and blacklist_nohashes.cGravatar Masahiro Yamada 1-7/+5
2022-07-27certs: move scripts/check-blacklist-hashes.awk to certs/Gravatar Masahiro Yamada 1-1/+1
2022-06-21Merge tag 'certs-20220621' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-2/+2
2022-06-21certs: Move load_certificate_list() to be with the asymmetric keys codeGravatar David Howells 1-2/+2
2022-06-15certs: fix and refactor CONFIG_SYSTEM_BLACKLIST_HASH_LIST buildGravatar Masahiro Yamada 1-10/+10
2022-06-10certs: Convert spaces in certs/Makefile to a tabGravatar David Howells 1-1/+1
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+2
2022-05-23certs: Check that builtin blacklist hashes are validGravatar Mickaël Salaün 1-1/+13
2022-04-05kbuild: Allow kernel installation packaging to override pkg-configGravatar Chun-Tse Shao 1-2/+2
2022-03-03certs: simplify empty certs creation in certs/MakefileGravatar Masahiro Yamada 1-10/+11
2022-03-03certs: include certs/signing_key.x509 unconditionallyGravatar Masahiro Yamada 1-16/+0
2022-01-23certs: Fix build error when CONFIG_MODULE_SIG_KEY is emptyGravatar Masahiro Yamada 1-1/+1
2022-01-23certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URIGravatar Masahiro Yamada 1-1/+1
2022-01-08certs: move scripts/extract-cert to certs/Gravatar Masahiro Yamada 1-4/+9
2022-01-08kbuild: do not quote string values in include/config/auto.confGravatar Masahiro Yamada 1-8/+2
2022-01-08certs: simplify $(srctree)/ handling and remove config_filename macroGravatar Masahiro Yamada 1-19/+13
2022-01-08certs: remove misleading comments about GCC PRGravatar Masahiro Yamada 1-2/+0
2022-01-08certs: refactor file cleaningGravatar Masahiro Yamada 1-4/+5
2022-01-08certs: remove unneeded -I$(srctree) option for system_certificates.oGravatar Masahiro Yamada 1-3/+0
2022-01-08certs: unify duplicated cmd_extract_certs and improve the logGravatar Masahiro Yamada 1-6/+3
2022-01-08certs: use $< and $@ to simplify the key generation ruleGravatar Masahiro Yamada 1-3/+2
2021-12-11certs: use if_changed to re-generate the key when the key type is changedGravatar Masahiro Yamada 1-24/+6
2021-12-11certs: use 'cmd' to hide openssl output in silent builds more simplyGravatar Masahiro Yamada 1-6/+6
2021-12-11certs: remove noisy messages while generating the signing keyGravatar Masahiro Yamada 1-11/+0
2021-12-11certs: check-in the default x509 config fileGravatar Masahiro Yamada 1-18/+6
2021-12-11certs: remove meaningless $(error ...) in certs/MakefileGravatar Masahiro Yamada 1-3/+0
2021-08-23certs: Add support for using elliptic curve keys for signing modulesGravatar Stefan Berger 1-0/+13
2021-08-23certs: Trigger creation of RSA module signing key if it's not an RSA keyGravatar Stefan Berger 1-0/+8
2021-05-01Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+10
2021-04-26ima: ensure IMA_APPRAISE_MODSIG has necessary dependenciesGravatar Nayna Jain 1-0/+2
2021-04-09ima: enable signing of modules with build time generated keyGravatar Nayna Jain 1-0/+8
2021-03-11certs: Add ability to preload revocation certsGravatar Eric Snowberg 1-2/+17
2021-03-11certs: Move load_system_certificate_list to a common functionGravatar Eric Snowberg 1-1/+1
2019-01-06kbuild: remove redundant target cleaning on failureGravatar Masahiro Yamada 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-14modsign: add markers to endif-statements in certs/MakefileGravatar Jarkko Sakkinen 1-3/+3
2017-04-03KEYS: Add a system blacklist keyringGravatar David Howells 1-0/+6
2016-02-26modsign: hide openssl output in silent buildsGravatar Arnd Bergmann 1-14/+19
2015-08-14modsign: Handle signing key in source treeGravatar David Woodhouse 1-54/+0
2015-08-14modsign: Use if_changed rule for extracting cert from module signing keyGravatar David Woodhouse 1-2/+3
2015-08-14Move certificate handling to its own directoryGravatar David Howells 1-0/+147