summaryrefslogtreecommitdiffstats
path: root/include/keys
Commit message (Expand)AuthorAgeFilesLines
* encrypted-keys: Replace HTTP links with HTTPS onesAlexander A. Klimov2021-01-211-1/+1
* rxrpc: Don't leak the service-side session key to userspaceDavid Howells2020-11-231-0/+1
* rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells2020-11-231-55/+0
* Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-043-3/+3
|\
| * docs: crypto: convert asymmetric-keys.txt to ReSTMauro Carvalho Chehab2020-06-193-3/+3
* | RxRPC: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-2/+2
* | keys: encrypted-type: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
|/
* keys: Implement update for the big_key typeDavid Howells2020-06-021-0/+1
* KEYS: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-021-1/+1
* KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2020-03-292-3/+2
* Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-301-0/+6
|\
| * certs: Add wrapper function to check blacklisted binary hashNayna Jain2019-11-121-0/+6
* | KEYS: trusted: Move TPM2 trusted keys codeSumit Garg2019-11-121-0/+7
* | KEYS: trusted: Create trusted keys subsystemSumit Garg2019-11-121-2/+5
* | KEYS: Use common tpm_buf for trusted and asymmetric keysSumit Garg2019-11-121-36/+1
* | tpm: Move tpm_buf code to include/linux/Sumit Garg2019-11-121-6/+6
|/
* Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-0/+1
|\
| * keys: Move the RCU locks outwards from the keyring search functionsDavid Howells2019-06-191-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-052-8/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-305-25/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-245-25/+5
|/
* KEYS: trusted: fix -Wvarags warningndesaulniers@google.com2019-04-081-1/+1
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-101-0/+8
|\
| * integrity, KEYS: add a reference to platform keyringKairui Song2019-02-041-0/+8
* | KEYS: user: Align the payload bufferEric Biggers2019-02-221-1/+1
* | keys: Fix dependency loop between construction record and auth keyDavid Howells2019-02-151-0/+36
|/
* KEYS: Move trusted.h to include/keys [ver #2]Denis Kenzior2018-10-261-0/+136
* KEYS: Provide missing asymmetric key subops for new key type ops [ver #2]David Howells2018-10-261-0/+9
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-152-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: rxrpc: Replace time_t type with time64_t typeBaolin Wang2017-08-291-0/+23
* KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau2017-04-031-2/+4
* KEYS: Add a system blacklist keyringDavid Howells2017-04-031-0/+12
* KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-2/+7
* KEYS: Strip trailing spacesDavid Howells2016-06-141-1/+1
* IMA: Use the the system trusted keyrings instead of .ima_mokDavid Howells2016-04-111-11/+2
* certs: Add a secondary system keyring that can be added to dynamicallyDavid Howells2016-04-111-0/+9
* KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells2016-04-111-1/+0
* KEYS: Move the point of trust determination to __key_link()David Howells2016-04-111-12/+7
* KEYS: Generalise x509_request_asymmetric_key()David Howells2016-04-111-4/+4
* KEYS: Move x509_request_asymmetric_key() to asymmetric_type.cDavid Howells2016-04-111-0/+5
* KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-062-6/+2
* KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells2016-04-062-4/+5
* tpm: fix checks for policy digest existence in tpm2_seal_trusted()Jarkko Sakkinen2016-02-101-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2015-12-261-0/+24
|\
| * IMA: create machine owner and blacklist keyringsPetko Manolov2015-12-151-0/+24
* | keys, trusted: seal with a TPM2 authorization policyJarkko Sakkinen2015-12-201-0/+4
* | keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen2015-12-201-0/+1
|/
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-213-1/+24
* tpm: seal/unseal for TPM 2.0Jarkko Sakkinen2015-10-191-1/+1