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