aboutsummaryrefslogtreecommitdiff
path: root/crypto/asymmetric_keys/pkcs7_key_type.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2018-08-16Replace magic for trusting the secondary keyring with #defineGravatar Yannik Sembritzki 1-1/+1
2017-11-15pkcs7: Set the module licence to prevent taintingGravatar David Howells 1-0/+1
2016-05-11KEYS: The PKCS#7 test key type should use the secondary keyringGravatar 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-44/+28
2015-08-13PKCS#7: Add MODULE_LICENSE() to test moduleGravatar David Howells 1-0/+3
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeGravatar David Howells 1-1/+13
2015-06-16crypto/asymmetric_keys: pkcs7_key_type needs module.hGravatar Paul Gortmaker 1-0/+1
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseGravatar David Howells 1-1/+0
2014-09-16KEYS: Remove key_type::def_lookup_typeGravatar David Howells 1-1/+0
2014-07-28PKCS#7: fix sparse non static symbol warningGravatar Wei Yongjun 1-1/+1
2014-07-25PKCS#7: Missing inclusion of linux/err.hGravatar David Howells 1-0/+1
2014-07-22Merge tag 'keys-pkcs7-20140708' into keys-nextGravatar David Howells 1-0/+99
2014-07-08PKCS#7: Provide a key type for testing PKCS#7Gravatar David Howells 1-0/+97