aboutsummaryrefslogtreecommitdiff
path: root/include/keys
AgeCommit message (Expand)AuthorFilesLines
2023-08-17integrity: PowerVM support for loading third party code signing keysGravatar Nayna Jain 1-0/+4
2023-08-17KEYS: DigitalSignature link restrictionGravatar Eric Snowberg 1-0/+10
2023-06-23KEYS: Add forward declaration in asymmetric-parser.hGravatar Herbert Xu 1-0/+2
2022-06-21certs: Move load_certificate_list() to be with the asymmetric keys codeGravatar David Howells 1-0/+3
2022-05-23KEYS: trusted: Introduce support for NXP CAAM-based trusted keysGravatar Ahmad Fatoum 1-0/+11
2022-05-23KEYS: trusted: allow use of kernel RNG for key materialGravatar Ahmad Fatoum 1-1/+1
2022-05-23certs: Factor out the blacklist hash creationGravatar Mickaël Salaün 1-3/+11
2022-03-08KEYS: Introduce link restriction for machine keysGravatar Eric Snowberg 1-0/+6
2022-03-08KEYS: store reference to machine keyringGravatar Eric Snowberg 1-0/+8
2022-01-09keys: X.509 public key issuer lookup without AKIDGravatar Andrew Zaborowski 1-1/+2
2021-05-01Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+7
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+6
2021-04-26Merge tag 'keys-cve-2020-26541-v3' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+15
2021-04-14KEYS: trusted: Introduce TEE based Trusted KeysGravatar Sumit Garg 1-0/+16
2021-04-14KEYS: trusted: Add generic trusted keys frameworkGravatar Sumit Garg 2-21/+61
2021-04-14security: keys: trusted: use ASN.1 TPM2 key format for the blobsGravatar James Bottomley 1-0/+1
2021-04-14security: keys: trusted: fix TPM2 authorizationsGravatar James Bottomley 1-0/+1
2021-04-09ima: enable loading of build time generated key on .ima keyringGravatar Nayna Jain 1-0/+7
2021-03-26ima: Support EC keys for signature verificationGravatar Stefan Berger 1-0/+6
2021-03-11certs: Add EFI_CERT_X509_GUID support for dbx entriesGravatar Eric Snowberg 1-0/+15
2021-01-21encrypted-keys: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-11-23rxrpc: Don't leak the service-side session key to userspaceGravatar David Howells 1-0/+1
2020-11-23rxrpc: Remove the rxk5 security class as it's now defunctGravatar David Howells 1-55/+0
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 3-3/+3
2020-06-19docs: crypto: convert asymmetric-keys.txt to ReSTGravatar Mauro Carvalho Chehab 3-3/+3
2020-06-15RxRPC: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-2/+2
2020-06-15keys: encrypted-type: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
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