summaryrefslogtreecommitdiffstats
path: root/certs/Makefile
Commit message (Expand)AuthorAgeFilesLines
* certs: Fix build error when PKCS#11 URI contains semicolonJan Luebbe2023-01-311-2/+2
* certs: unify blacklist_hashes.c and blacklist_nohashes.cMasahiro Yamada2022-07-271-7/+5
* certs: move scripts/check-blacklist-hashes.awk to certs/Masahiro Yamada2022-07-271-1/+1
* Merge tag 'certs-20220621' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2022-06-211-2/+2
|\
| * certs: Move load_certificate_list() to be with the asymmetric keys codeDavid Howells2022-06-211-2/+2
* | certs: fix and refactor CONFIG_SYSTEM_BLACKLIST_HASH_LIST buildMasahiro Yamada2022-06-151-10/+10
|/
* certs: Convert spaces in certs/Makefile to a tabDavid Howells2022-06-101-1/+1
* Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-261-2/+2
|\
| * kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao2022-04-051-2/+2
* | certs: Check that builtin blacklist hashes are validMickaël Salaün2022-05-231-1/+13
|/
* certs: simplify empty certs creation in certs/MakefileMasahiro Yamada2022-03-031-10/+11
* certs: include certs/signing_key.x509 unconditionallyMasahiro Yamada2022-03-031-16/+0
* certs: Fix build error when CONFIG_MODULE_SIG_KEY is emptyMasahiro Yamada2022-01-231-1/+1
* certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URIMasahiro Yamada2022-01-231-1/+1
* certs: move scripts/extract-cert to certs/Masahiro Yamada2022-01-081-4/+9
* kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-8/+2
* certs: simplify $(srctree)/ handling and remove config_filename macroMasahiro Yamada2022-01-081-19/+13
* certs: remove misleading comments about GCC PRMasahiro Yamada2022-01-081-2/+0
* certs: refactor file cleaningMasahiro Yamada2022-01-081-4/+5
* certs: remove unneeded -I$(srctree) option for system_certificates.oMasahiro Yamada2022-01-081-3/+0
* certs: unify duplicated cmd_extract_certs and improve the logMasahiro Yamada2022-01-081-6/+3
* certs: use $< and $@ to simplify the key generation ruleMasahiro Yamada2022-01-081-3/+2
* certs: use if_changed to re-generate the key when the key type is changedMasahiro Yamada2021-12-111-24/+6
* certs: use 'cmd' to hide openssl output in silent builds more simplyMasahiro Yamada2021-12-111-6/+6
* certs: remove noisy messages while generating the signing keyMasahiro Yamada2021-12-111-11/+0
* certs: check-in the default x509 config fileMasahiro Yamada2021-12-111-18/+6
* certs: remove meaningless $(error ...) in certs/MakefileMasahiro Yamada2021-12-111-3/+0
* certs: Add support for using elliptic curve keys for signing modulesStefan Berger2021-08-231-0/+13
* certs: Trigger creation of RSA module signing key if it's not an RSA keyStefan Berger2021-08-231-0/+8
* Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-05-011-0/+10
|\
| * ima: ensure IMA_APPRAISE_MODSIG has necessary dependenciesNayna Jain2021-04-261-0/+2
| * ima: enable signing of modules with build time generated keyNayna Jain2021-04-091-0/+8
* | certs: Add ability to preload revocation certsEric Snowberg2021-03-111-2/+17
* | certs: Move load_system_certificate_list to a common functionEric Snowberg2021-03-111-1/+1
|/
* kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-061-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* modsign: add markers to endif-statements in certs/MakefileJarkko Sakkinen2017-07-141-3/+3
* KEYS: Add a system blacklist keyringDavid Howells2017-04-031-0/+6
* modsign: hide openssl output in silent buildsArnd Bergmann2016-02-261-14/+19
* modsign: Handle signing key in source treeDavid Woodhouse2015-08-141-54/+0
* modsign: Use if_changed rule for extracting cert from module signing keyDavid Woodhouse2015-08-141-2/+3
* Move certificate handling to its own directoryDavid Howells2015-08-141-0/+147