summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_crypto.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2022-07-13ima: Fix potential memory leak in ima_init_crypto()Jianglei Nie1-0/+1
2021-06-08ima/evm: Fix type mismatchRoberto Sassu1-2/+2
2020-11-29ima: Don't modify file descriptor mode on the flyRoberto Sassu1-15/+5
2020-09-15ima: Don't ignore errors from crypto_shash_update()Roberto Sassu1-0/+2
2020-06-24ima: extend boot_aggregate with kernel measurementsMaurizio Drocco1-1/+14
2020-06-07ima: Remove __init annotation from ima_pcrread()Roberto Sassu1-1/+1
2020-06-06Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-38/+214
2020-06-03ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Roberto Sassu1-3/+3
2020-05-07ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()Roberto Sassu1-6/+6
2020-04-19ima: Use ima_hash_algo for collision detection in the measurement listRoberto Sassu1-1/+18
2020-04-19ima: Calculate and extend PCR with digests in ima_template_entryRoberto Sassu1-1/+28
2020-04-19ima: Allocate and initialize tfm for each PCR bankRoberto Sassu1-26/+119
2020-04-19ima: Switch to dynamically allocated buffer for template digestsRoberto Sassu1-1/+9
2020-04-19ima: Store template digest directly in ima_template_entryRoberto Sassu1-11/+7
2020-04-19ima: Switch to ima_hash_algo for boot aggregateRoberto Sassu1-6/+41
2020-02-28integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi1-2/+0
2019-12-12ima: avoid appraise error for hash calc interruptPatrick Callaghan1-1/+3
2019-08-05ima: fix freeing ongoing ahash_requestSascha Hauer1-0/+5
2019-08-05ima: always return negative code for errorSascha Hauer1-1/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-4/+0
2019-02-13tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu1-5/+5
2018-11-13tpm: use u32 instead of int for PCR indexTomas Winkler1-2/+3
2018-10-10ima: open a new file instance if no read permissionsGoldwyn Rodrigues1-20/+34
2018-07-28ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL insteadStefan Berger1-1/+1
2018-07-28ima: Use tpm_default_chip() and call TPM functions with a tpm_chipStefan Berger1-1/+1
2018-03-25ima: Fallback to the builtin hash algorithmPetr Vorel1-0/+2
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen1-1/+1
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-39/+17
2017-11-08ima: always measure and audit files in policyMimi Zohar1-0/+10
2017-11-03ima: move to generic async completionGilad Ben-Yossef1-39/+17
2016-12-20ima: platform-independent hash valueAndreas Steffen1-2/+4
2016-02-18ima: calculate the hash of a buffer using aynchronous hash(ahash)Mimi Zohar1-2/+73
2016-02-18ima: provide buffer hash calculation functionDmitry Kasatkin1-0/+47
2016-02-18ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin1-1/+1
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2014-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-32/+3
2014-11-17integrity: define a new function integrity_read_file()Dmitry Kasatkin1-32/+3
2014-10-14security, crypto: LLVMLinux: Remove VLAIS from ima_crypto.cBehan Webster1-28/+19
2014-09-09ima: add missing '__init' keywordsDmitry Kasatkin1-1/+1
2014-09-02ima: fix fallback to use new_sync_read()Dmitry Kasatkin1-4/+4
2014-09-02ima: prevent buffer overflow in ima_alloc_tfm()Dmitry Kasatkin1-1/+4
2014-09-02ima: fix ima_alloc_atfm()Mimi Zohar1-1/+4
2014-07-17ima: provide double buffering for hash calculationDmitry Kasatkin1-16/+49
2014-07-17ima: introduce multi-page collect buffersDmitry Kasatkin1-2/+96
2014-07-17ima: use ahash API for file hash calculationDmitry Kasatkin1-4/+183
2014-06-12ima: introduce ima_kernel_read()Dmitry Kasatkin1-1/+31