summaryrefslogtreecommitdiff
path: root/kernel/module_signing.c
AgeCommit message (Expand)Author
2018-07-02modsign: log module name in the event of an errorJessica Yu
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells
2016-03-03X.509: Make algo identifiers text instead of enumDavid Howells
2016-03-01MODSIGN: linux/string.h should be #included to get memcpy()David Howells
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