summaryrefslogtreecommitdiffstats
path: root/kernel/module_signing.c
AgeCommit message (Expand)Author
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells
2015-08-07MODSIGN: Extract the blob PKCS#7 signature verifier from module signingDavid Howells
2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells
2013-10-25keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin
2013-09-25KEYS: Separate the kernel signature checking keyring from module signingDavid Howells
2013-09-25KEYS: Rename public key parameter name arraysDavid Howells
2012-12-05MODSIGN: Don't use enum-type bitfields in module signature info blockDavid Howells
2012-10-22module_signing: fix printk format warningRandy Dunlap
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells
2012-10-10MODSIGN: Implement module signature checkingDavid Howells
2012-10-10module: signature checking hookRusty Russell