aboutsummaryrefslogtreecommitdiff
path: root/certs
AgeCommit message (Expand)AuthorFilesLines
2018-02-21certs/blacklist_nohashes.c: fix const confusion in certs blacklistGravatar Andi Kleen 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 5-0/+5
2017-07-14modsign: add markers to endif-statements in certs/MakefileGravatar Jarkko Sakkinen 1-3/+3
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-04-04KEYS: Use structure to capture key restriction function and dataGravatar Mat Martineau 1-1/+20
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsGravatar Mat Martineau 1-7/+11
2017-04-03KEYS: Add a system blacklist keyringGravatar David Howells 6-0/+212
2016-04-11certs: Add a secondary system keyring that can be added to dynamicallyGravatar David Howells 2-16/+79
2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDGravatar David Howells 1-2/+0
2016-04-11KEYS: Move the point of trust determination to __key_link()Gravatar David Howells 1-3/+17
2016-04-11KEYS: Make the system trusted keyring depend on the asymmetric key typeGravatar David Howells 1-0/+1
2016-04-11KEYS: Add a facility to restrict new links into a keyringGravatar David Howells 1-4/+4
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringGravatar David Howells 1-9/+4
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentGravatar David Howells 1-10/+35
2016-02-29certs: Fix misaligned data in extra certificate listGravatar David Howells 1-0/+1
2016-02-26KEYS: Reserve an extra certificate symbol for inserting without recompilingGravatar Mehmet Kayaalp 2-0/+28
2016-02-26modsign: hide openssl output in silent buildsGravatar Arnd Bergmann 1-14/+19
2016-02-09KEYS: Add an alloc flag to convey the builtinness of a keyGravatar David Howells 1-2/+2
2015-10-21certs: add .gitignore to stop git nagging about x509_certificate_listGravatar Paul Gortmaker 1-0/+4
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 4-0/+369