aboutsummaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)Author
2018-07-05Merge tag 'v4.12.26' into standard/baseBruce Ashfield
2018-07-04KEYS: reject NULL restriction string when type is specifiedEric Biggers
2018-07-04KEYS: add missing permission check for request_key() destinationEric Biggers
2018-05-15Merge tag 'v4.12.24' into standard/baseBruce Ashfield
2018-05-10ima: fix hash algorithm initializationBoshi Wang
2018-03-18Merge tag 'v4.12.21' into standard/baseBruce Ashfield
2018-03-14security/Kconfig: Correct the Documentation reference for PTIW. Trevor King
2018-02-17Merge tag 'v4.12.20' into standard/baseBruce Ashfield
2018-02-15x86/pti: Enable PTI by defaultThomas Gleixner
2018-02-15x86/mm/pti: Add KconfigDave Hansen
2017-12-18Merge tag 'v4.12.18' into standard/baseBruce Ashfield
2017-12-18Merge tag 'v4.12.17' into standard/baseBruce Ashfield
2017-12-18ima: do not update security.ima if appraisal status is not INTEGRITY_PASSRoberto Sassu
2017-12-18security/keys: BIG_KEY requires CONFIG_CRYPTOArnd Bergmann
2017-12-11KEYS: trusted: fix writing past end of buffer in trusted_read()Eric Biggers
2017-12-11KEYS: don't let add_key() update an uninstantiated keyDavid Howells
2017-12-11KEYS: Fix race between updating and finding a negative keyDavid Howells
2017-12-11KEYS: encrypted: fix dereference of NULL user_key_payloadEric Biggers
2017-11-29Merge tag 'v4.12.16' into standard/baseBruce Ashfield
2017-11-29Merge tag 'v4.12.15' into standard/baseBruce Ashfield
2017-11-27lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler
2017-11-25KEYS: prevent KEYCTL_READ on negative keyEric Biggers
2017-11-25KEYS: prevent creating a different user's keyringsEric Biggers
2017-11-25KEYS: fix writing past end of user-supplied buffer in keyring_read()Eric Biggers
2017-11-25security/keys: rewrite all of big_key cryptoJason A. Donenfeld
2017-11-25security/keys: properly zero out sensitive key material in big_keyJason A. Donenfeld
2017-09-12aufs4: standalone supportBruce Ashfield
2017-07-21KEYS: DH: validate __spare fieldEric Biggers
2017-06-13selinux: fix double free in selinux_parse_opts_str()Paul Moore
2017-06-09KEYS: fix refcount_inc() on zeroMark Rutland
2017-06-09KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP APIMat Martineau
2017-06-09KEYS: DH: ensure the KDF counter is properly alignedEric Biggers
2017-06-09KEYS: DH: don't feed uninitialized "otherinfo" into KDFEric Biggers
2017-06-09KEYS: DH: forbid using digest_null as the KDF hashEric Biggers
2017-06-09KEYS: sanitize key structs before freeingEric Biggers
2017-06-09KEYS: trusted: sanitize all key materialEric Biggers
2017-06-09KEYS: encrypted: sanitize all key materialEric Biggers
2017-06-09KEYS: user_defined: sanitize key payloadsEric Biggers
2017-06-09KEYS: sanitize add_key() and keyctl() key payloadsEric Biggers
2017-06-09KEYS: fix freeing uninitialized memory in key_update()Eric Biggers
2017-06-09KEYS: fix dereferencing NULL payload with nonzero lengthEric Biggers
2017-06-09KEYS: encrypted: use constant-time HMAC comparisonEric Biggers
2017-06-09KEYS: encrypted: fix race causing incorrect HMAC calculationsEric Biggers
2017-06-09KEYS: encrypted: fix buffer overread in valid_master_desc()Eric Biggers
2017-06-09KEYS: encrypted: avoid encrypting/decrypting stack buffersEric Biggers
2017-06-09KEYS: put keyring if install_session_keyring_to_cred() failsEric Biggers
2017-06-09KEYS: Delete an error message for a failed memory allocation in get_derived_k...Markus Elfring
2017-06-09security: use READ_ONCE instead of deprecated ACCESS_ONCEDavidlohr Bueso
2017-06-09security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni
2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds