aboutsummaryrefslogtreecommitdiff
path: root/kernel/module_signing.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-25keys: change asymmetric keys to use common hash definitionsGravatar Dmitry Kasatkin 1-4/+4
2013-09-25KEYS: Separate the kernel signature checking keyring from module signingGravatar David Howells 1-1/+2
2013-09-25KEYS: Rename public key parameter name arraysGravatar David Howells 1-2/+2
2012-12-05MODSIGN: Don't use enum-type bitfields in module signature info blockGravatar David Howells 1-7/+7
2012-10-22module_signing: fix printk format warningGravatar Randy Dunlap 1-1/+1
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchGravatar David Howells 1-9/+15
2012-10-10MODSIGN: Implement module signature checkingGravatar David Howells 1-1/+221
2012-10-10module: signature checking hookGravatar Rusty Russell 1-0/+23