aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/digsig.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-22integrity/security: fix digsig.c build error with header fileRandy Dunlap1-0/+1
2017-11-08integrity: use kernel_read_file_from_path() to read x509 certsChristoph Hellwig1-5/+9
2017-04-04KEYS: Use structure to capture key restriction function and dataMat Martineau1-1/+8
2016-11-13security/integrity: Harden against malformed xattrsSeth Forshee1-1/+1
2016-04-11IMA: Use the the system trusted keyrings instead of .ima_mokDavid Howells1-26/+4
2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells1-2/+1
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells1-1/+32
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells1-4/+3
2015-11-23integrity: define '.evm' as a builtin 'trusted' keyringDmitry Kasatkin1-2/+12
2015-10-09integrity: prevent loading untrusted certificates on the IMA trusted keyringDmitry Kasatkin1-1/+1
2015-05-21integrity: add validity checks for 'path' parameterDmitry Kasatkin1-1/+1
2014-11-17integrity: provide a function to load x509 certificate from the kernelDmitry Kasatkin1-1/+35
2014-10-07integrity: add missing '__init' keyword for integrity_init_keyring()Dmitry Kasatkin1-1/+1
2014-07-17ima: define '.ima' as a builtin 'trusted' keyringMimi Zohar1-0/+28
2013-11-23Revert "ima: define '_ima' as a builtin 'trusted' keyring"Linus Torvalds1-29/+1
2013-10-31ima: define '_ima' as a builtin 'trusted' keyringMimi Zohar1-1/+29
2013-10-25ima: pass full xattr with the signatureDmitry Kasatkin1-2/+3
2013-10-25ima: fix script messagesDmitry Kasatkin1-1/+1
2013-02-06ima: digital signature verification using asymmetric keysDmitry Kasatkin1-1/+10
2011-11-09integrity: digital signature verification using multiple keyringsDmitry Kasatkin1-0/+48