aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/encrypted-keys (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-21KEYS: encrypted: Instantiate key with user-provided decrypted dataYael Tzur1-19/+52
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-08-11Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds4-4/+4
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-7/+7
2020-08-06Replace HTTP links with HTTPS ones: securityAlexander A. Klimov4-4/+4
2020-05-08KEYS: encrypted: use crypto_shash_tfm_digest()Eric Biggers1-15/+3
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreWaiman Long1-4/+3
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds2-2/+2
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2-2/+2
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner4-16/+4
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-02-04encrypted-keys: fix Opt_err/Opt_error = -1Mimi Zohar1-2/+2
2018-12-28Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-9/+20
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2018-12-13keys-encrypted: add nvdimm key format type to encrypted keysDave Jiang1-9/+20
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2018-12-12keys: remove needless modular infrastructure from ecryptfs_formatPaul Gortmaker1-3/+2
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells1-1/+1
2017-10-12KEYS: encrypted: fix dereference of NULL user_key_payloadEric Biggers1-0/+7
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2017-06-09KEYS: encrypted: sanitize all key materialEric Biggers1-18/+13
2017-06-09KEYS: encrypted: use constant-time HMAC comparisonEric Biggers1-2/+3
2017-06-09KEYS: encrypted: fix race causing incorrect HMAC calculationsEric Biggers1-83/+32
2017-06-09KEYS: encrypted: fix buffer overread in valid_master_desc()Eric Biggers1-16/+15
2017-06-09KEYS: encrypted: avoid encrypting/decrypting stack buffersEric Biggers1-8/+9
2017-06-09KEYS: Delete an error message for a failed memory allocation in get_derived_key()Markus Elfring1-3/+2
2017-05-18doc: ReSTify keys-trusted-encrypted.txtKees Cook2-2/+2
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-2/+2
2017-02-10KEYS: Use memzero_explicit() for secret dataDan Carpenter1-1/+1
2017-02-10KEYS: Fix an error code in request_master_key()Dan Carpenter1-1/+1
2016-09-22KEYS: Fix skcipher IV clobberingHerbert Xu1-4/+7
2016-01-27KEYS: Use skcipherHerbert Xu1-32/+50
2015-11-25KEYS: Fix handling of stored error in a negatively instantiated user keyDavid Howells1-0/+2
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells3-13/+13
2014-12-06KEYS: Fix stale key registration at error pathTakashi Iwai1-1/+4
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells1-1/+0
2014-07-28KEYS: revert encrypted key changeMimi Zohar1-1/+1
2014-07-22KEYS: struct key_preparsed_payload should have two payload pointersDavid Howells1-1/+1
2014-02-06security: replace strict_strto*() with kstrto*()Jingoo Han1-1/+1
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells1-7/+9
2012-01-18encrypted-keys: fix rcu and sparse messagesMimi Zohar2-2/+2
2012-01-18keys: fix trusted/encrypted keys sparse rcu_assign_pointer messagesMimi Zohar2-2/+4
2011-11-16encrypted-keys: module build fixesMimi Zohar2-3/+8
2011-11-16encrypted-keys: fix error return codeMimi Zohar1-1/+1
2011-10-31security: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-1/+1
2011-09-20encrypted-keys: check hex2bin resultMimi Zohar1-3/+11
2011-09-15encrypted-keys: IS_ERR need include/err.hStephen Rothwell1-0/+1