| Commit message (Expand) | Author | Age | Files | Lines |
* | certs: Move load_certificate_list() to be with the asymmetric keys code | David Howells | 2022-06-21 | 1 | -0/+3 |
* | KEYS: trusted: Introduce support for NXP CAAM-based trusted keys | Ahmad Fatoum | 2022-05-23 | 1 | -0/+11 |
* | KEYS: trusted: allow use of kernel RNG for key material | Ahmad Fatoum | 2022-05-23 | 1 | -1/+1 |
* | certs: Factor out the blacklist hash creation | Mickaël Salaün | 2022-05-23 | 1 | -3/+11 |
* | KEYS: Introduce link restriction for machine keys | Eric Snowberg | 2022-03-08 | 1 | -0/+6 |
* | KEYS: store reference to machine keyring | Eric Snowberg | 2022-03-08 | 1 | -0/+8 |
* | keys: X.509 public key issuer lookup without AKID | Andrew Zaborowski | 2022-01-09 | 1 | -1/+2 |
* | Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-05-01 | 1 | -0/+7 |
|\ |
|
| * | ima: enable loading of build time generated key on .ima keyring | Nayna Jain | 2021-04-09 | 1 | -0/+7 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2021-04-26 | 1 | -0/+6 |
|\ \ |
|
| * | | ima: Support EC keys for signature verification | Stefan Berger | 2021-03-26 | 1 | -0/+6 |
| |/ |
|
* | | Merge tag 'keys-cve-2020-26541-v3' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-04-26 | 1 | -0/+15 |
|\ \ |
|
| * | | certs: Add EFI_CERT_X509_GUID support for dbx entries | Eric Snowberg | 2021-03-11 | 1 | -0/+15 |
| |/ |
|
* | | KEYS: trusted: Introduce TEE based Trusted Keys | Sumit Garg | 2021-04-14 | 1 | -0/+16 |
* | | KEYS: trusted: Add generic trusted keys framework | Sumit Garg | 2021-04-14 | 2 | -21/+61 |
* | | security: keys: trusted: use ASN.1 TPM2 key format for the blobs | James Bottomley | 2021-04-14 | 1 | -0/+1 |
* | | security: keys: trusted: fix TPM2 authorizations | James Bottomley | 2021-04-14 | 1 | -0/+1 |
|/ |
|
* | encrypted-keys: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2021-01-21 | 1 | -1/+1 |
* | rxrpc: Don't leak the service-side session key to userspace | David Howells | 2020-11-23 | 1 | -0/+1 |
* | rxrpc: Remove the rxk5 security class as it's now defunct | David Howells | 2020-11-23 | 1 | -55/+0 |
* | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds | 2020-08-04 | 3 | -3/+3 |
|\ |
|
| * | docs: crypto: convert asymmetric-keys.txt to ReST | Mauro Carvalho Chehab | 2020-06-19 | 3 | -3/+3 |
* | | RxRPC: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-15 | 1 | -2/+2 |
* | | keys: encrypted-type: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-15 | 1 | -1/+1 |
|/ |
|
* | keys: Implement update for the big_key type | David Howells | 2020-06-02 | 1 | -0/+1 |
* | KEYS: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-02 | 1 | -1/+1 |
* | KEYS: Don't write out to userspace while holding key semaphore | Waiman Long | 2020-03-29 | 2 | -3/+2 |
* | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2019-11-30 | 1 | -0/+6 |
|\ |
|
| * | certs: Add wrapper function to check blacklisted binary hash | Nayna Jain | 2019-11-12 | 1 | -0/+6 |
* | | KEYS: trusted: Move TPM2 trusted keys code | Sumit Garg | 2019-11-12 | 1 | -0/+7 |
* | | KEYS: trusted: Create trusted keys subsystem | Sumit Garg | 2019-11-12 | 1 | -2/+5 |
* | | KEYS: Use common tpm_buf for trusted and asymmetric keys | Sumit Garg | 2019-11-12 | 1 | -36/+1 |
* | | tpm: Move tpm_buf code to include/linux/ | Sumit Garg | 2019-11-12 | 1 | -6/+6 |
|/ |
|
* | Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-07-08 | 1 | -0/+1 |
|\ |
|
| * | keys: Move the RCU locks outwards from the keyring search functions | David Howells | 2019-06-19 | 1 | -0/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 2019-06-05 | 2 | -8/+2 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 5 | -25/+5 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 | Thomas Gleixner | 2019-05-24 | 5 | -25/+5 |
|/ |
|
* | KEYS: trusted: fix -Wvarags warning | ndesaulniers@google.com | 2019-04-08 | 1 | -1/+1 |
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-03-10 | 1 | -0/+8 |
|\ |
|
| * | integrity, KEYS: add a reference to platform keyring | Kairui Song | 2019-02-04 | 1 | -0/+8 |
* | | KEYS: user: Align the payload buffer | Eric Biggers | 2019-02-22 | 1 | -1/+1 |
* | | keys: Fix dependency loop between construction record and auth key | David Howells | 2019-02-15 | 1 | -0/+36 |
|/ |
|
* | KEYS: Move trusted.h to include/keys [ver #2] | Denis Kenzior | 2018-10-26 | 1 | -0/+136 |
* | KEYS: Provide missing asymmetric key subops for new key type ops [ver #2] | David Howells | 2018-10-26 | 1 | -0/+9 |
* | docs: Fix some broken references | Mauro Carvalho Chehab | 2018-06-15 | 2 | -2/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | net: rxrpc: Replace time_t type with time64_t type | Baolin Wang | 2017-08-29 | 1 | -0/+23 |
* | KEYS: Split role of the keyring pointer for keyring restrict functions | Mat Martineau | 2017-04-03 | 1 | -2/+4 |
* | KEYS: Add a system blacklist keyring | David Howells | 2017-04-03 | 1 | -0/+12 |