summaryrefslogtreecommitdiffstats
path: root/certs/blacklist.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-21certs: Move load_certificate_list() to be with the asymmetric keys codeDavid Howells1-4/+4
2022-05-23certs: Explain the rationale to call panic()Mickaël Salaün1-0/+9
2022-05-23certs: Allow root user to append signed hashes to the blacklist keyringMickaël Salaün1-21/+75
2022-05-23certs: Make blacklist_vet_description() more strictMickaël Salaün1-10/+36
2022-05-23certs: Factor out the blacklist hash creationMickaël Salaün1-18/+58
2021-03-11certs: Add ability to preload revocation certsEric Snowberg1-0/+21
2021-03-11certs: Add EFI_CERT_X509_GUID support for dbx entriesEric Snowberg1-0/+43
2021-01-21certs: Replace K{U,G}IDT_INIT() with GLOBAL_ROOT_{U,G}IDMickaël Salaün1-2/+2
2021-01-21certs: Fix blacklist flag type confusionDavid Howells1-1/+1
2021-01-21certs: Fix blacklisted hexadecimal hash string checkMickaël Salaün1-1/+1
2021-01-21certs/blacklist: fix kernel doc interface issueAlex Shi1-1/+1
2019-11-12certs: Add wrapper function to check blacklisted binary hashNayna Jain1-0/+9
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+5
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+2
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-5/+2
2019-06-26keys: Add a 'recurse' flag for keyring searchesDavid Howells1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-04-03KEYS: Add a system blacklist keyringDavid Howells1-0/+174