aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/module_signing.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-05MODSIGN: Export module signature definitionsThiago Jung Bauermann1-48/+8
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2018-11-07modsign: use all trusted keys to verify module signatureKe Wu1-1/+2
2018-07-02modsign: log module name in the event of an errorJessica Yu1-5/+7
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells1-1/+1
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells1-1/+1
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells1-2/+3
2016-03-03X.509: Make algo identifiers text instead of enumDavid Howells1-0/+6
2016-03-01MODSIGN: linux/string.h should be #included to get memcpy()David Howells1-0/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-0/+1
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells1-1/+2
2015-08-07MODSIGN: Extract the blob PKCS#7 signature verifier from module signingDavid Howells1-43/+1
2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells1-176/+44
2013-10-25keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin1-4/+4
2013-09-25KEYS: Separate the kernel signature checking keyring from module signingDavid Howells1-1/+2
2013-09-25KEYS: Rename public key parameter name arraysDavid Howells1-2/+2
2012-12-05MODSIGN: Don't use enum-type bitfields in module signature info blockDavid Howells1-7/+7
2012-10-22module_signing: fix printk format warningRandy Dunlap1-1/+1
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells1-9/+15
2012-10-10MODSIGN: Implement module signature checkingDavid Howells1-1/+221
2012-10-10module: signature checking hookRusty Russell1-0/+23