aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module_signing.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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