aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asymmetric_keys/pkcs7_key_type.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-16Replace magic for trusting the secondary keyring with #defineYannik Sembritzki1-1/+1
2017-11-15pkcs7: Set the module licence to prevent taintingDavid Howells1-0/+1
2016-05-11KEYS: The PKCS#7 test key type should use the secondary keyringDavid Howells1-1/+1
2016-04-06PKCS#7: Make trust determination dependent on contents of trust keyringDavid Howells1-1/+1
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells1-44/+28
2015-08-13PKCS#7: Add MODULE_LICENSE() to test moduleDavid Howells1-0/+3
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells1-1/+13
2015-06-16crypto/asymmetric_keys: pkcs7_key_type needs module.hPaul Gortmaker1-0/+1
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells1-1/+0
2014-09-16KEYS: Remove key_type::def_lookup_typeDavid Howells1-1/+0
2014-07-28PKCS#7: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-07-25PKCS#7: Missing inclusion of linux/err.hDavid Howells1-0/+1
2014-07-22Merge tag 'keys-pkcs7-20140708' into keys-nextDavid Howells1-0/+99
2014-07-08PKCS#7: Provide a key type for testing PKCS#7David Howells1-0/+97