aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/security/integrity/evm/evm_crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus 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/zohar/linux-integrityLinus Torvalds1-1/+1
2020-05-14evm: Fix a small race in init_desc()Dan Carpenter1-22/+22
2020-05-07evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu1-1/+1
2020-05-07evm: Fix RCU list related warningsMadhuparna Bhowmik1-1/+1
2020-05-07evm: 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-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2019-06-27keys: 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-29evm: check hash algorithm passed to init_desc()Roberto Sassu1-0/+3
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-02-04evm: Use defined constant for UUID representationAndy Shevchenko1-2/+1
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+1
2018-12-12security: 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-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus 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-11EVM: 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-02Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC"Eric W. Biederman1-2/+10
2016-10-07xattr: 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
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-1/+1
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells1-2/+2
2014-06-12evm: replace HMAC version with attribute maskDmitry Kasatkin1-1/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro1-1/+1
2014-03-07integrity: fix checkpatch errorsDmitry Kasatkin1-2/+2
2014-03-07security: integrity: Use a more current logging styleJoe Perches1-1/+3
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+3
2013-02-06evm: add file system uuid to EVM hmacDmitry Kasatkin1-0/+3
2013-01-22evm: checking if removexattr is not a NULLDmitry Kasatkin1-2/+2