summaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/pkcs7_key_type.c
Commit message (Expand)AuthorAgeFilesLines
* KEYS: The PKCS#7 test key type should use the secondary keyringDavid Howells2016-05-111-1/+1
* PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells2016-04-061-1/+1
* KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-061-44/+28
* PKCS#7: Add MODULE_LICENSE() to test moduleDavid Howells2015-08-131-0/+3
* PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-121-1/+13
* crypto/asymmetric_keys: pkcs7_key_type needs module.hPaul Gortmaker2015-06-161-0/+1
* KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-161-1/+0
* KEYS: Remove key_type::def_lookup_typeDavid Howells2014-09-161-1/+0
* PKCS#7: fix sparse non static symbol warningWei Yongjun2014-07-281-1/+1
* PKCS#7: Missing inclusion of linux/err.hDavid Howells2014-07-251-0/+1
* Merge tag 'keys-pkcs7-20140708' into keys-nextDavid Howells2014-07-221-4/+6
* PKCS#7: Provide a key type for testing PKCS#7David Howells2014-07-081-0/+97