summaryrefslogtreecommitdiff
path: root/kernel/module_signing.c
Commit message (Expand)AuthorAge
* KEYS: Move the point of trust determination to __key_link()David Howells2016-04-11
* PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells2016-04-06
* KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-06
* X.509: Make algo identifiers text instead of enumDavid Howells2016-03-03
* MODSIGN: linux/string.h should be #included to get memcpy()David Howells2016-03-01
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-21
* PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-12
* MODSIGN: Extract the blob PKCS#7 signature verifier from module signingDavid Howells2015-08-07
* MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells2015-08-07
* keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin2013-10-25
* KEYS: Separate the kernel signature checking keyring from module signingDavid Howells2013-09-25
* KEYS: Rename public key parameter name arraysDavid Howells2013-09-25
* MODSIGN: Don't use enum-type bitfields in module signature info blockDavid Howells2012-12-05
* module_signing: fix printk format warningRandy Dunlap2012-10-22
* MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells2012-10-19
* MODSIGN: Implement module signature checkingDavid Howells2012-10-10
* module: signature checking hookRusty Russell2012-10-10