summaryrefslogtreecommitdiff
path: root/security/integrity/evm/evm_crypto.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10evm: Store and detect metadata inode attributes changesStefan Berger1-6/+17
2024-04-10evm: Use the metadata inode to calculate metadata hashStefan Berger1-1/+1
2024-02-16evm: Make it independent from 'integrity' LSMRoberto Sassu1-2/+2
2023-07-10evm: Support multiple LSMs providing an xattrRoberto Sassu1-2/+9
2023-06-06evm: Fix build warningsRoberto Sassu1-1/+1
2023-02-22Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-17/+16
2023-01-31evm: call dump_security_xattr() in all cases to remove code duplicationXiu Jianfeng1-17/+16
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-3/+3
2022-11-19lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore1-2/+3
2022-06-15Revert "evm: Fix memleak in init_desc"Xiu Jianfeng1-5/+2
2022-05-16evm: Clean up some variablesStefan Berger1-1/+1
2021-06-21evm: Check xattr size discrepancy between kernel and userRoberto Sassu1-1/+7
2021-06-20evm: output EVM digest calculation infoMimi Zohar1-0/+43
2021-06-01evm: Verify portable signatures against all protected xattrsRoberto Sassu1-0/+7
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+6
2021-01-24xattr: handle idmapped mountsTycho Andersen1-5/+6
2021-01-13evm: Fix memleak in init_descDinghao Liu1-2/+5
2020-06-06Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-1/+1
2020-05-15evm: Fix a small race in init_desc()Dan Carpenter1-22/+22
2020-05-08evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu1-1/+1
2020-05-08evm: Fix RCU list related warningsMadhuparna Bhowmik1-1/+1
2020-05-08evm: Check also if *tfm is an error pointer in init_desc()Roberto Sassu1-1/+1
2020-02-28integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi1-2/+0
2019-07-11Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-07-09Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-06-28keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-05-30evm: check hash algorithm passed to init_desc()Roberto Sassu1-0/+3
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-02-05evm: Use defined constant for UUID representationAndy Shevchenko1-2/+1
2018-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+1
2018-12-13security: audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers1-2/+1
2018-10-10security/integrity: constify some read-only dataEric Biggers1-2/+2
2018-07-18evm: Allow non-SHA1 digital signaturesMatthew Garrett1-22/+25
2018-07-18evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett1-1/+2
2018-06-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+5
2018-05-18EVM: Allow runtime modification of the set of verified xattrsMatthew Garrett1-1/+1
2018-05-18EVM: turn evm_config_xattrnames into a listMatthew Garrett1-5/+5
2018-05-03evm: Don't update hmacs in user ns mountsSeth Forshee1-1/+2
2018-03-23evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.cHernĂ¡n Gonzalez1-0/+3
2017-12-12EVM: Add support for portable signature formatMatthew Garrett1-9/+66
2017-11-08EVM: Only complain about a missing HMAC key onceMatthew Garrett1-1/+1
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-1/+1
2016-12-03Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC"Eric W. Biederman1-2/+10
2016-10-08xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher1-3/+4
2016-07-05evm: Translate user/group ids relative to s_user_ns when computing HMACSeth Forshee1-2/+2
2015-12-15evm: provide a function to set the EVM key from the kernelDmitry Kasatkin1-7/+43
2015-12-15evm: enable EVM when X509 certificate is loadedDmitry Kasatkin1-0/+4