aboutsummaryrefslogtreecommitdiffstats
path: root/include/keys (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-01Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-0/+7
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+6
2021-04-26Merge tag 'keys-cve-2020-26541-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+15
2021-04-14KEYS: trusted: Introduce TEE based Trusted KeysSumit Garg1-0/+16
2021-04-14KEYS: trusted: Add generic trusted keys frameworkSumit Garg2-21/+61
2021-04-14security: keys: trusted: use ASN.1 TPM2 key format for the blobsJames Bottomley1-0/+1
2021-04-14security: keys: trusted: fix TPM2 authorizationsJames Bottomley1-0/+1
2021-04-09ima: enable loading of build time generated key on .ima keyringNayna Jain1-0/+7
2021-03-26ima: Support EC keys for signature verificationStefan Berger1-0/+6
2021-03-11certs: Add EFI_CERT_X509_GUID support for dbx entriesEric Snowberg1-0/+15
2021-01-21encrypted-keys: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-11-23rxrpc: Don't leak the service-side session key to userspaceDavid Howells1-0/+1
2020-11-23rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells1-55/+0
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds3-3/+3
2020-06-19docs: crypto: convert asymmetric-keys.txt to ReSTMauro Carvalho Chehab3-3/+3
2020-06-15RxRPC: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-2/+2
2020-06-15keys: encrypted-type: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-02keys: Implement update for the big_key typeDavid Howells1-0/+1
2020-06-02KEYS: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2-3/+2
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+6
2019-11-12KEYS: trusted: Move TPM2 trusted keys codeSumit Garg1-0/+7
2019-11-12KEYS: trusted: Create trusted keys subsystemSumit Garg1-2/+5
2019-11-12KEYS: Use common tpm_buf for trusted and asymmetric keysSumit Garg1-36/+1
2019-11-12tpm: Move tpm_buf code to include/linux/Sumit Garg1-6/+6
2019-11-12certs: Add wrapper function to check blacklisted binary hashNayna Jain1-0/+6
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+1
2019-06-19keys: Move the RCU locks outwards from the keyring search functionsDavid Howells1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2-8/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner5-25/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner5-25/+5
2019-04-08KEYS: trusted: fix -Wvarags warningndesaulniers@google.com1-1/+1
2019-03-10Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+8
2019-02-22KEYS: user: Align the payload bufferEric Biggers1-1/+1
2019-02-15keys: Fix dependency loop between construction record and auth keyDavid Howells1-0/+36
2019-02-04integrity, KEYS: add a reference to platform keyringKairui Song1-0/+8
2018-10-26KEYS: Move trusted.h to include/keys [ver #2]Denis Kenzior1-0/+136
2018-10-26KEYS: Provide missing asymmetric key subops for new key type ops [ver #2]David Howells1-0/+9
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab2-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-29net: rxrpc: Replace time_t type with time64_t typeBaolin Wang1-0/+23
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau1-2/+4
2017-04-03KEYS: Add a system blacklist keyringDavid Howells1-0/+12
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-2/+7
2016-06-14KEYS: Strip trailing spacesDavid Howells1-1/+1
2016-04-11IMA: Use the the system trusted keyrings instead of .ima_mokDavid Howells1-11/+2
2016-04-11certs: Add a secondary system keyring that can be added to dynamicallyDavid Howells1-0/+9
2016-04-11KEYS: Remove KEY_FLAG_TRUSTED and KEY_ALLOC_TRUSTEDDavid Howells1-1/+0
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells1-12/+7
2016-04-11KEYS: Generalise x509_request_asymmetric_key()David Howells1-4/+4