summaryrefslogtreecommitdiffstats
path: root/security/integrity/digsig.c
AgeCommit message (Expand)AuthorLines
2016-04-11IMA: Use the the system trusted keyrings instead of .ima_mokDavid Howells-26/+4
2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells-2/+1
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells-1/+32
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells-4/+3
2015-11-23integrity: define '.evm' as a builtin 'trusted' keyringDmitry Kasatkin-2/+12
2015-10-09integrity: prevent loading untrusted certificates on the IMA trusted keyringDmitry Kasatkin-1/+1
2015-05-21integrity: add validity checks for 'path' parameterDmitry Kasatkin-1/+1
2014-11-17integrity: provide a function to load x509 certificate from the kernelDmitry Kasatkin-1/+35
2014-10-07integrity: add missing '__init' keyword for integrity_init_keyring()Dmitry Kasatkin-1/+1
2014-07-17ima: define '.ima' as a builtin 'trusted' keyringMimi Zohar-0/+28
2013-11-23Revert "ima: define '_ima' as a builtin 'trusted' keyring"Linus Torvalds-29/+1
2013-10-31ima: define '_ima' as a builtin 'trusted' keyringMimi Zohar-1/+29
2013-10-25ima: pass full xattr with the signatureDmitry Kasatkin-2/+3
2013-10-25ima: fix script messagesDmitry Kasatkin-1/+1
2013-02-06ima: digital signature verification using asymmetric keysDmitry Kasatkin-1/+10
2011-11-09integrity: digital signature verification using multiple keyringsDmitry Kasatkin-0/+48