aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/evm/evm_crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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