summaryrefslogtreecommitdiffstats
path: root/security/integrity/evm/evm_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-111-1/+1
* Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-1/+1
|\
| * keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-281-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1Star
* | evm: check hash algorithm passed to init_desc()Roberto Sassu2019-05-301-0/+3
|/
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0Star
* evm: Use defined constant for UUID representationAndy Shevchenko2019-02-041-2/+1Star
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-2/+1Star
|\
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-2/+1Star
* | security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+1
|/
* security/integrity: constify some read-only dataEric Biggers2018-10-101-2/+2
* evm: Allow non-SHA1 digital signaturesMatthew Garrett2018-07-181-22/+25
* evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-07-181-1/+2
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-081-5/+5
|\
| * EVM: Allow runtime modification of the set of verified xattrsMatthew Garrett2018-05-181-1/+1
| * EVM: turn evm_config_xattrnames into a listMatthew Garrett2018-05-181-5/+5
* | evm: Don't update hmacs in user ns mountsSeth Forshee2018-05-031-1/+2
|/
* evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.cHernĂ¡n Gonzalez2018-03-231-0/+3
* EVM: Add support for portable signature formatMatthew Garrett2017-12-111-9/+66
* EVM: Only complain about a missing HMAC key onceMatthew Garrett2017-11-081-1/+1
* fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-051-1/+1
* Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC"Eric W. Biederman2016-12-031-2/+10
* xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-081-3/+4
* evm: Translate user/group ids relative to s_user_ns when computing HMACSeth Forshee2016-07-051-2/+2
* evm: provide a function to set the EVM key from the kernelDmitry Kasatkin2015-12-151-7/+43
* evm: enable EVM when X509 certificate is loadedDmitry Kasatkin2015-12-151-0/+4
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-1/+1
* VFS: security/: d_backing_inode() annotationsDavid Howells2015-04-151-2/+2
* evm: replace HMAC version with attribute maskDmitry Kasatkin2014-06-121-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-1/+1
|\
| * get rid of pointless checks for NULL ->i_opAl Viro2014-04-021-1/+1
* | integrity: fix checkpatch errorsDmitry Kasatkin2014-03-071-2/+2
* | security: integrity: Use a more current logging styleJoe Perches2014-03-071-1/+3
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-02-211-0/+3
|\
| * evm: add file system uuid to EVM hmacDmitry Kasatkin2013-02-061-0/+3
* | evm: checking if removexattr is not a NULLDmitry Kasatkin2013-01-211-2/+2
|/
* userns: Convert EVM to deal with kuids and kgids in it's hmac computationEric W. Biederman2012-09-211-2/+2
* Merge branch 'next' into for-linusJames Morris2012-01-091-23/+53
|\
| * evm: prevent racing during tfm allocationDmitry Kasatkin2011-12-081-3/+11
| * evm: key must be set once during initializationDmitry Kasatkin2011-12-081-7/+8
| * evm: digital signature verification supportDmitry Kasatkin2011-11-091-17/+49
* | evm: prevent racing during tfm allocationDmitry Kasatkin2011-12-201-0/+9
* | evm: key must be set once during initializationDmitry Kasatkin2011-12-201-4/+6
|/
* evm: crypto hash replaced by shashDmitry Kasatkin2011-07-181-42/+52
* evm: add evm_inode_init_security to initialize new filesMimi Zohar2011-07-181-0/+20
* evm: add support for different security.evm data typesDmitry Kasatkin2011-07-181-4/+7
* evm: re-releaseMimi Zohar2011-07-181-0/+183