aboutsummaryrefslogtreecommitdiff
path: root/certs/blacklist.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-13certs: don't try to update blacklist keysGravatar Thomas Weißschuh 1-9/+12
2023-02-13certs: make blacklisted hash available in klogGravatar Thomas Weißschuh 1-1/+1
2022-06-21certs: Move load_certificate_list() to be with the asymmetric keys codeGravatar David Howells 1-4/+4
2022-05-23certs: Explain the rationale to call panic()Gravatar Mickaël Salaün 1-0/+9
2022-05-23certs: Allow root user to append signed hashes to the blacklist keyringGravatar Mickaël Salaün 1-21/+75
2022-05-23certs: Make blacklist_vet_description() more strictGravatar Mickaël Salaün 1-10/+36
2022-05-23certs: Factor out the blacklist hash creationGravatar Mickaël Salaün 1-18/+58
2021-03-11certs: Add ability to preload revocation certsGravatar Eric Snowberg 1-0/+21
2021-03-11certs: Add EFI_CERT_X509_GUID support for dbx entriesGravatar Eric Snowberg 1-0/+43
2021-01-21certs: Replace K{U,G}IDT_INIT() with GLOBAL_ROOT_{U,G}IDGravatar Mickaël Salaün 1-2/+2
2021-01-21certs: Fix blacklist flag type confusionGravatar David Howells 1-1/+1
2021-01-21certs: Fix blacklisted hexadecimal hash string checkGravatar Mickaël Salaün 1-1/+1
2021-01-21certs/blacklist: fix kernel doc interface issueGravatar Alex Shi 1-1/+1
2019-11-12certs: Add wrapper function to check blacklisted binary hashGravatar Nayna Jain 1-0/+9
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+5
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+2
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLGravatar David Howells 1-5/+2
2019-06-26keys: Add a 'recurse' flag for keyring searchesGravatar David Howells 1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-04-03KEYS: Add a system blacklist keyringGravatar David Howells 1-0/+174