aboutsummaryrefslogtreecommitdiff
path: root/include/keys
AgeCommit message (Expand)AuthorFilesLines
2020-06-02keys: Implement update for the big_key typeGravatar David Howells 1-0/+1
2020-06-02KEYS: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreGravatar Waiman Long 2-3/+2
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+6
2019-11-12KEYS: trusted: Move TPM2 trusted keys codeGravatar Sumit Garg 1-0/+7
2019-11-12KEYS: trusted: Create trusted keys subsystemGravatar Sumit Garg 1-2/+5
2019-11-12KEYS: Use common tpm_buf for trusted and asymmetric keysGravatar Sumit Garg 1-36/+1
2019-11-12tpm: Move tpm_buf code to include/linux/Gravatar Sumit Garg 1-6/+6
2019-11-12certs: Add wrapper function to check blacklisted binary hashGravatar Nayna Jain 1-0/+6
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2019-06-19keys: Move the RCU locks outwards from the keyring search functionsGravatar David Howells 1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 2-8/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 5-25/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 5-25/+5
2019-04-08KEYS: trusted: fix -Wvarags warningGravatar ndesaulniers@google.com 1-1/+1
2019-03-10Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+8
2019-02-22KEYS: user: Align the payload bufferGravatar Eric Biggers 1-1/+1
2019-02-15keys: Fix dependency loop between construction record and auth keyGravatar David Howells 1-0/+36
2019-02-04integrity, KEYS: add a reference to platform keyringGravatar Kairui Song 1-0/+8
2018-10-26KEYS: Move trusted.h to include/keys [ver #2]Gravatar Denis Kenzior 1-0/+136
2018-10-26KEYS: Provide missing asymmetric key subops for new key type ops [ver #2]Gravatar David Howells 1-0/+9
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 2-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-29net: rxrpc: Replace time_t type with time64_t typeGravatar Baolin Wang 1-0/+23
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsGravatar Mat Martineau 1-2/+4
2017-04-03KEYS: Add a system blacklist keyringGravatar David Howells 1-0/+12
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 1-2/+7
2016-06-14KEYS: Strip trailing spacesGravatar David Howells 1-1/+1
2016-04-11IMA: Use the the system trusted keyrings instead of .ima_mokGravatar David Howells 1-11/+2
2016-04-11certs: Add a secondary system keyring that can be added to dynamicallyGravatar David Howells 1-0/+9
2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDGravatar David Howells 1-1/+0
2016-04-11KEYS: Move the point of trust determination to __key_link()Gravatar David Howells 1-12/+7
2016-04-11KEYS: Generalise x509_request_asymmetric_key()Gravatar David Howells 1-4/+4
2016-04-11KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cGravatar David Howells 1-0/+5
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentGravatar David Howells 2-6/+2
2016-04-06KEYS: Allow authentication data to be stored in an asymmetric keyGravatar David Howells 2-4/+5
2016-02-10tpm: fix checks for policy digest existence in tpm2_seal_trusted()Gravatar Jarkko Sakkinen 1-1/+1
2015-12-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...Gravatar James Morris 1-0/+24
2015-12-20keys, trusted: seal with a TPM2 authorization policyGravatar Jarkko Sakkinen 1-0/+4
2015-12-20keys, trusted: select hash algorithm for TPM2 chipsGravatar Jarkko Sakkinen 1-0/+1
2015-12-15IMA: create machine owner and blacklist keyringsGravatar Petko Manolov 1-0/+24
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 3-1/+24
2015-10-19tpm: seal/unseal for TPM 2.0Gravatar Jarkko Sakkinen 1-1/+1
2015-10-19keys, trusted: move struct trusted_key_options to trusted-type.hGravatar Jarkko Sakkinen 1-0/+12
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeGravatar David Howells 1-1/+3
2015-08-07MODSIGN: Extract the blob PKCS#7 signature verifier from module signingGravatar David Howells 1-0/+5
2014-10-06KEYS: Restore partial ID matching functionality for asymmetric keysGravatar Dmitry Kasatkin 1-0/+3
2014-09-16KEYS: Implement binary asymmetric key ID handlingGravatar David Howells 1-0/+38
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseGravatar David Howells 1-3/+0
2014-09-16KEYS: Preparse match dataGravatar David Howells 1-1/+3