aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/evm/evm_crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-21userns: Convert EVM to deal with kuids and kgids in it's hmac computationEric W. Biederman1-2/+2
2012-01-09Merge branch 'next' into for-linusJames Morris1-23/+53
2011-12-20evm: prevent racing during tfm allocationDmitry Kasatkin1-0/+9
2011-12-20evm: key must be set once during initializationDmitry Kasatkin1-4/+6
2011-12-08evm: prevent racing during tfm allocationDmitry Kasatkin1-3/+11
2011-12-08evm: key must be set once during initializationDmitry Kasatkin1-7/+8
2011-11-09evm: digital signature verification supportDmitry Kasatkin1-17/+49
2011-07-18evm: crypto hash replaced by shashDmitry Kasatkin1-42/+52
2011-07-18evm: add evm_inode_init_security to initialize new filesMimi Zohar1-0/+20
2011-07-18evm: add support for different security.evm data typesDmitry Kasatkin1-4/+7
2011-07-18evm: re-releaseMimi Zohar1-0/+183