aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/evm/evm_crypto.c
AgeCommit message (Expand)Author
2020-06-20evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu
2020-05-27evm: Check also if *tfm is an error pointer in init_desc()Roberto Sassu
2018-12-01EVM: Add support for portable signature formatMatthew Garrett
2018-09-26evm: Don't deadlock if a crypto algorithm is unavailableMatthew 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
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro
2014-03-07integrity: fix checkpatch errorsDmitry Kasatkin
2014-03-07security: integrity: Use a more current logging styleJoe Perches
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2013-02-06evm: add file system uuid to EVM hmacDmitry Kasatkin
2013-01-22evm: checking if removexattr is not a NULLDmitry Kasatkin
2012-09-21userns: Convert EVM to deal with kuids and kgids in it's hmac computationEric W. Biederman
2012-01-09Merge branch 'next' into for-linusJames Morris
2011-12-20evm: prevent racing during tfm allocationDmitry Kasatkin
2011-12-20evm: key must be set once during initializationDmitry Kasatkin
2011-12-08evm: prevent racing during tfm allocationDmitry Kasatkin
2011-12-08evm: key must be set once during initializationDmitry Kasatkin
2011-11-09evm: digital signature verification supportDmitry Kasatkin
2011-07-18evm: crypto hash replaced by shashDmitry Kasatkin
2011-07-18evm: add evm_inode_init_security to initialize new filesMimi Zohar
2011-07-18evm: add support for different security.evm data typesDmitry Kasatkin
2011-07-18evm: re-releaseMimi Zohar