aboutsummaryrefslogtreecommitdiff
path: root/include/keys
AgeCommit message (Expand)Author
2021-01-21encrypted-keys: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-11-23rxrpc: Don't leak the service-side session key to userspaceDavid Howells
2020-11-23rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-06-19docs: crypto: convert asymmetric-keys.txt to ReSTMauro Carvalho Chehab
2020-06-15RxRPC: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-15keys: encrypted-type: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-02keys: Implement update for the big_key typeDavid Howells
2020-06-02KEYS: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreWaiman Long
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-11-12KEYS: trusted: Move TPM2 trusted keys codeSumit Garg
2019-11-12KEYS: trusted: Create trusted keys subsystemSumit Garg
2019-11-12KEYS: Use common tpm_buf for trusted and asymmetric keysSumit Garg
2019-11-12tpm: Move tpm_buf code to include/linux/Sumit Garg
2019-11-12certs: Add wrapper function to check blacklisted binary hashNayna Jain
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-19keys: Move the RCU locks outwards from the keyring search functionsDavid Howells
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-04-08KEYS: trusted: fix -Wvarags warningndesaulniers@google.com
2019-03-10Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-02-22KEYS: user: Align the payload bufferEric Biggers
2019-02-15keys: Fix dependency loop between construction record and auth keyDavid Howells
2019-02-04integrity, KEYS: add a reference to platform keyringKairui Song
2018-10-26KEYS: Move trusted.h to include/keys [ver #2]Denis Kenzior
2018-10-26KEYS: Provide missing asymmetric key subops for new key type ops [ver #2]David Howells
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-29net: rxrpc: Replace time_t type with time64_t typeBaolin Wang
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau
2017-04-03KEYS: Add a system blacklist keyringDavid Howells
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2016-06-14KEYS: Strip trailing spacesDavid Howells
2016-04-11IMA: Use the the system trusted keyrings instead of .ima_mokDavid Howells
2016-04-11certs: Add a secondary system keyring that can be added to dynamicallyDavid Howells
2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells
2016-04-11KEYS: Generalise x509_request_asymmetric_key()David Howells
2016-04-11KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells
2016-04-06KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells
2016-02-10tpm: fix checks for policy digest existence in tpm2_seal_trusted()Jarkko Sakkinen
2015-12-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris
2015-12-20keys, trusted: seal with a TPM2 authorization policyJarkko Sakkinen
2015-12-20keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen
2015-12-15IMA: create machine owner and blacklist keyringsPetko Manolov
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-10-19tpm: seal/unseal for TPM 2.0Jarkko Sakkinen