summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_crypto.c
AgeCommit message (Expand)AuthorLines
2014-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-32/+3
2014-11-17integrity: define a new function integrity_read_file()Dmitry Kasatkin-32/+3
2014-10-14security, crypto: LLVMLinux: Remove VLAIS from ima_crypto.cBehan Webster-28/+19
2014-09-09ima: add missing '__init' keywordsDmitry Kasatkin-1/+1
2014-09-02ima: fix fallback to use new_sync_read()Dmitry Kasatkin-4/+4
2014-09-02ima: prevent buffer overflow in ima_alloc_tfm()Dmitry Kasatkin-1/+4
2014-09-02ima: fix ima_alloc_atfm()Mimi Zohar-1/+4
2014-07-17ima: provide double buffering for hash calculationDmitry Kasatkin-16/+49
2014-07-17ima: introduce multi-page collect buffersDmitry Kasatkin-2/+96
2014-07-17ima: use ahash API for file hash calculationDmitry Kasatkin-4/+183
2014-06-12ima: introduce ima_kernel_read()Dmitry Kasatkin-1/+31
2014-03-07ima: skip memory allocation for empty filesDmitry Kasatkin-8/+12
2014-03-07integrity: fix checkpatch errorsDmitry Kasatkin-1/+1
2014-03-07security: integrity: Use a more current logging styleJoe Perches-1/+3
2014-03-07ima: reduce memory usage when a template containing the n field is usedRoberto Sassu-2/+9
2013-11-25ima: do not include field length in template digest calc for ima templateRoberto Sassu-5/+12
2013-10-25ima: switch to new template management mechanismRoberto Sassu-7/+27
2013-10-25ima: ima_calc_boot_agregate must use SHA1Dmitry Kasatkin-3/+21
2013-10-25ima: support arbitrary hash algorithms in ima_calc_buffer_hashDmitry Kasatkin-6/+22
2013-10-25ima: provide dedicated hash algo allocation functionDmitry Kasatkin-14/+29
2013-10-25ima: differentiate between template hash and file data hash sizesMimi Zohar-2/+2
2013-10-25ima: provide support for arbitrary hash algorithmsDmitry Kasatkin-8/+41
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2013-02-06ima: rename hash calculation functionsDmitry Kasatkin-4/+4
2013-02-06ima: use new crypto_shash API instead of old crypto_hashDmitry Kasatkin-38/+37
2012-09-07ima: integrity appraisal extensionMimi Zohar-1/+7
2010-05-06Merge branch 'master' into nextJames Morris-0/+1
2010-04-23IMA: include the word IMA in printk messagesEric Paris-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-08-24ima: hashing large files bug fixMimi Zohar-2/+4
2009-05-22IMA: Add __init notation to ima functionsEric Paris-2/+2
2009-02-21integrity: ima scatterlist bug fixMimi Zohar-2/+2
2009-02-06integrity: IMA as an integrity service providerMimi Zohar-0/+140