aboutsummaryrefslogtreecommitdiff
path: root/security/keys
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-1/+9
2019-03-04keys: fix missing __user in KEYCTL_PKEY_QUERYGravatar Ben Dooks 1-1/+1
2019-02-22KEYS: always initialize keyring_index_key::desc_lenGravatar Eric Biggers 4-6/+4
2019-02-15keys: Timestamp new keysGravatar David Howells 1-0/+1
2019-02-15keys: Fix dependency loop between construction record and auth keyGravatar David Howells 5-62/+41
2019-02-15KEYS: allow reaching the keys quotas exactlyGravatar Eric Biggers 1-2/+2
2019-02-13tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Gravatar Roberto Sassu 1-8/+33
2019-02-13KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip()Gravatar Roberto Sassu 1-14/+24
2019-02-04encrypted-keys: fix Opt_err/Opt_error = -1Gravatar Mimi Zohar 1-2/+2
2019-01-22security: keys: annotate implicit fall throughsGravatar Mathieu Malaterre 1-0/+4
2019-01-22security: keys: annotate implicit fall throughsGravatar Mathieu Malaterre 1-0/+3
2019-01-22security: keys: annotate implicit fall throughGravatar Mathieu Malaterre 1-0/+1
2019-01-01KEYS: fix parsing invalid pkey info stringGravatar Eric Biggers 1-0/+2
2018-12-28Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-11/+21
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-4/+4
2018-12-27Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 12-14/+7
2018-12-17security: don't use a negative Opt_err token indexGravatar Linus Torvalds 2-2/+2
2018-12-13keys-encrypted: add nvdimm key format type to encrypted keysGravatar Dave Jiang 1-9/+20
2018-12-13keys: Export lookup_user_key to external usersGravatar Dave Jiang 2-2/+1
2018-12-12security: audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 11-11/+5
2018-12-12keys: remove needless modular infrastructure from ecryptfs_formatGravatar Paul Gortmaker 1-3/+2
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsGravatar Eric Biggers 2-4/+4
2018-10-26KEYS: Move trusted.h to include/keys [ver #2]Gravatar Denis Kenzior 2-137/+1
2018-10-26KEYS: trusted: Expose common functionality [ver #2]Gravatar Denis Kenzior 2-5/+21
2018-10-26KEYS: Provide keyctls to drive the new key type ops for asymmetric keys [ver #2]Gravatar David Howells 5-0/+405
2018-09-25Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Gravatar Lubomir Rintel 1-1/+1
2018-09-04uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameGravatar Randy Dunlap 1-1/+1
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Herbert Xu 1-2/+4
2018-07-09crypto: remove redundant type flags from tfm allocationGravatar Eric Biggers 1-1/+1
2018-06-26dh key: fix rounding up KDF output lengthGravatar Eric Biggers 1-2/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-06-06Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-23/+23
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-32/+2
2018-05-11dh key: get rid of stack allocated array for zeroesGravatar Tycho Andersen 1-3/+3
2018-05-11dh key: get rid of stack allocated arrayGravatar Tycho Andersen 1-19/+10
2018-05-11big key: get rid of stack array allocationGravatar Tycho Andersen 1-1/+10
2018-04-05headers: untangle kmemleak.h from mm.hGravatar Randy Dunlap 1-0/+1
2018-02-22KEYS: Use individual pages in big_key for crypto buffersGravatar David Howells 1-23/+87
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Gravatar Linus Torvalds 1-18/+17
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Gravatar Jarkko Sakkinen 1-18/+17
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-7/+0
2017-12-08KEYS: reject NULL restriction string when type is specifiedGravatar Eric Biggers 1-14/+10
2017-12-08security: keys: remove redundant assignment to key_refGravatar Colin Ian King 1-1/+0
2017-12-08KEYS: add missing permission check for request_key() destinationGravatar Eric Biggers 1-9/+37
2017-12-08KEYS: remove unnecessary get/put of explicit dest_keyringGravatar Eric Biggers 1-2/+0
2017-12-04keyring: Remove now-redundant smp_read_barrier_depends()Gravatar Paul E. McKenney 1-7/+0
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-15security: keys: Replace time_t with time64_t for struct key_preparsed_payloadGravatar Baolin Wang 1-4/+4
2017-11-15security: keys: Replace time_t/timespec with time64_tGravatar Baolin Wang 7-52/+43