summaryrefslogtreecommitdiff
path: root/security/integrity/evm/evm_crypto.c
AgeCommit message (Expand)Author
2023-07-10evm: Support multiple LSMs providing an xattrRoberto Sassu
2023-06-06evm: Fix build warningsRoberto Sassu
2023-02-22Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-01-31evm: call dump_security_xattr() in all cases to remove code duplicationXiu Jianfeng
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2022-11-18lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore
2022-06-15Revert "evm: Fix memleak in init_desc"Xiu Jianfeng
2022-05-16evm: Clean up some variablesStefan Berger
2021-06-21evm: Check xattr size discrepancy between kernel and userRoberto Sassu
2021-06-20evm: output EVM digest calculation infoMimi Zohar
2021-06-01evm: Verify portable signatures against all protected xattrsRoberto Sassu
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-24xattr: handle idmapped mountsTycho Andersen
2021-01-13evm: Fix memleak in init_descDinghao Liu
2020-06-06Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2020-05-14evm: Fix a small race in init_desc()Dan Carpenter
2020-05-07evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu
2020-05-07evm: Fix RCU list related warningsMadhuparna Bhowmik
2020-05-07evm: Check also if *tfm is an error pointer in init_desc()Roberto Sassu
2020-02-28integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-29evm: check hash algorithm passed to init_desc()Roberto Sassu
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-02-04evm: Use defined constant for UUID representationAndy Shevchenko
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers
2018-10-10security/integrity: constify some read-only dataEric Biggers
2018-07-18evm: Allow non-SHA1 digital signaturesMatthew Garrett
2018-07-18evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett
2018-06-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-18EVM: Allow runtime modification of the set of verified xattrsMatthew Garrett
2018-05-18EVM: turn evm_config_xattrnames into a listMatthew Garrett
2018-05-03evm: Don't update hmacs in user ns mountsSeth Forshee
2018-03-23evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.cHernĂ¡n Gonzalez
2017-12-11EVM: Add support for portable signature formatMatthew Garrett
2017-11-08EVM: Only complain about a missing HMAC key onceMatthew Garrett
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2016-12-02Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC"Eric W. Biederman
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher
2016-07-05evm: Translate user/group ids relative to s_user_ns when computing HMACSeth Forshee
2015-12-15evm: provide a function to set the EVM key from the kernelDmitry Kasatkin
2015-12-15evm: enable EVM when X509 certificate is loadedDmitry Kasatkin
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells
2014-06-12evm: replace HMAC version with attribute maskDmitry Kasatkin