aboutsummaryrefslogtreecommitdiff
path: root/kernel/module_signing.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-11KEYS: Move the point of trust determination to __key_link()Gravatar David Howells 1-1/+1
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringGravatar David Howells 1-1/+1
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentGravatar David Howells 1-2/+3
2016-03-03X.509: Make algo identifiers text instead of enumGravatar David Howells 1-0/+6
2016-03-01MODSIGN: linux/string.h should be #included to get memcpy()Gravatar David Howells 1-0/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-0/+1
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeGravatar David Howells 1-1/+2
2015-08-07MODSIGN: Extract the blob PKCS#7 signature verifier from module signingGravatar David Howells 1-43/+1
2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesGravatar David Howells 1-176/+44
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