linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-14 18:32:53 to 2020-03-05 11:20:26 UTC [more...]

[PATCH v6 0/3] Enable vTPM 2.0 for the IBM vTPM driver
 2020-03-05 11:20 UTC  (5+ messages)
` [PATCH v6 1/3] tpm: of: Handle IBM,vtpm20 case when getting log parameters
` [PATCH v6 2/3] tpm: ibmvtpm: Wait for buffer to be set before proceeding
` [PATCH v6 3/3] tpm: ibmvtpm: Add support for TPM2

[PATCH v2] MAINTAINERS: adjust to trusted keys subsystem creation
 2020-03-05  4:43 UTC  (2+ messages)

[PATCH v2] ima: add a new CONFIG for loading arch-specific policies
 2020-03-05  3:26 UTC  (8+ messages)

[PATCH v7 0/6] TPM 2.0 trusted keys with attached policy
 2020-03-05  2:27 UTC  (7+ messages)
` [PATCH v7 1/6] lib: add ASN.1 encoder
` [PATCH v7 2/6] oid_registry: Add TCG defined OIDS for TPM keys
` [PATCH v7 3/6] security: keys: trusted: fix TPM2 authorizations
` [PATCH v7 4/6] security: keys: trusted: use ASN.1 TPM2 key format for the blobs
` [PATCH v7 5/6] security: keys: trusted: add ability to specify arbitrary policy
` [PATCH v7 6/6] security: keys: trusted: implement counter/timer policy

[PATCH] tpm: st33zp24: Convert to use GPIO descriptors
 2020-03-04 22:17 UTC 

[PATCH] MAINTAINERS: adjust to trusted keys subsystem creation
 2020-03-04 21:15 UTC  (3+ messages)

[PATCH v5 0/3] Enable vTPM 2.0 for the IBM vTPM driver
 2020-03-04 13:18 UTC  (10+ messages)
` [PATCH v5 1/3] tpm: of: Handle IBM,vtpm20 case when getting log parameters
` [PATCH v5 2/3] tpm: ibmvtpm: Wait for buffer to be set before proceeding
` [PATCH v5 3/3] tpm: ibmvtpm: Add support for TPM 2

[PATCH v6 0/6] TPM 2.0 trusted keys with attached policy
 2020-03-03 21:32 UTC  (20+ messages)
` [PATCH v6 1/6] lib: add ASN.1 encoder
` [PATCH v6 2/6] oid_registry: Add TCG defined OIDS for TPM keys
` [PATCH v6 3/6] security: keys: trusted: fix TPM2 authorizations
` [PATCH v6 4/6] security: keys: trusted: use ASN.1 TPM2 key format for the blobs
` [PATCH v6 5/6] security: keys: trusted: add ability to specify arbitrary policy
` [PATCH v6 6/6] security: keys: trusted: implement counter/timer policy

[PATCH v3 7/8] ima: Calculate and extend PCR with digests in ima_template_entry
 2020-03-03  4:03 UTC  (2+ messages)

[PATCH] ima: add a new CONFIG for loading arch-specific policies
 2020-03-02 23:23 UTC  (9+ messages)

[PATCH v3 5/8] ima: Switch to dynamically allocated buffer for template digests
 2020-03-02 22:20 UTC  (2+ messages)

[PATCH v5 0/6] TPM 2.0 trusted keys with attached policy
 2020-03-02 19:00 UTC  (21+ messages)
` [PATCH v5 3/6] security: keys: trusted fix tpm2 authorizations
` [PATCH v5 4/6] security: keys: trusted: use ASN.1 TPM2 key format for the blobs

[PATCH v3 0/8] ima: support stronger algorithms for attestation
 2020-03-02 17:33 UTC  (9+ messages)
` [PATCH v3 2/8] ima: Switch to ima_hash_algo for boot aggregate

[PATCH v2 8/8] ima: Use ima_hash_algo for collision detection in the measurement list
 2020-03-02  9:46 UTC  (2+ messages)
  ` [ima] 9165b814d2: BUG:kernel_NULL_pointer_dereference,address

[PATCH v4 0/3] Enable vTPM 2.0 for the IBM vTPM driver
 2020-02-28  6:49 UTC  (5+ messages)
` [PATCH v4 1/3] tpm: of: Handle IBM,vtpm20 case when getting log parameters
` [PATCH v4 2/3] tpm: ibmvtpm: Wait for buffer to be set before proceeding
` [PATCH v4 3/3] tpm: ibmvtpm: Add support for TPM 2

[PATCH] ima-evm-utils: Fix compatibility with LibreSSL
 2020-02-27 20:36 UTC  (7+ messages)

[PATCH] tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()
 2020-02-27 16:40 UTC  (3+ messages)

[PATCH] Char: tpm_tis_spi_cr50: use new structure for SPI transfer delays
 2020-02-27 16:22 UTC  (4+ messages)
` [PATCH v2] tpm: "

[PATCH v3 0/4] Enable vTPM 2.0 for the IBM vTPM driver
 2020-02-27 16:04 UTC  (8+ messages)
` [PATCH v3 1/4] tpm: of: Handle IBM,vtpm20 case when getting log parameters
` [PATCH v3 2/4] tpm: ibmvtpm: Wait for buffer to be set before proceeding
` [PATCH v3 3/4] tpm: Implement tpm2_init_commands to use in non-auto startup case
` [PATCH v3 4/4] tpm: ibmvtpm: Add support for TPM 2

[PATCH] security: integrity: Replace zero-length array with flexible-array member
 2020-02-27 12:58 UTC 

[PATCH v2 0/4] Enable vTPM 2.0 for the IBM vTPM driver
 2020-02-26 17:35 UTC  (15+ messages)
` [PATCH v2 1/4] tpm: of: Handle IBM,vtpm20 case when getting log parameters
` [PATCH v2 2/4] tpm: ibmvtpm: Wait for buffer to be set before proceeding
` [PATCH v2 3/4] tpm: Implement tpm2_init to call when TPM_OPS_AUTO_STARTUP is not set

[PATCH] tpm_tis_spi: use new `delay` structure for SPI transfer delays
 2020-02-26 15:11 UTC  (6+ messages)
` [PATCH V3] tpm_tis_spi: use new 'delay' "

[PATCH v3 0/4] Enable vTPM 2.0 for the IBM vTPM driver
 2020-02-25 20:53 UTC  (5+ messages)
` [PATCH v3 1/4] tpm: of: Handle IBM,vtpm20 case when getting log parameters
` [PATCH v3 2/4] tpm: ibmvtpm: Wait for buffer to be set before proceeding
` [PATCH v3 3/4] tpm: Implement tpm2_init_commands to use in non-auto startup case
` [PATCH v3 4/4] tpm: ibmvtpm: Add support for TPM 2

[PATCH 1/1] tpm: Add driver for cr50 on I2C
 2020-02-25 15:07 UTC  (2+ messages)

[PATCH 1/1] Add TPM 2.0 compatible I2C interface for chips with cr50 firmware
 2020-02-25 11:47 UTC  (2+ messages)

[PATCH V2] tpm: Don't make log failures fatal
 2020-02-25 10:42 UTC  (6+ messages)

[PATCH v2 2/2] tpm: tpm2_bios_measurements_next should increase position index
 2020-02-25 10:29 UTC  (5+ messages)
` [PATCH v3 1/2] tpm: tpm1_bios_measurements_next "
` [PATCH v3 2/2] tpm: tpm2_bios_measurements_next "

[PATCH] Add support for TSS2 for PCR reading
 2020-02-24 23:04 UTC  (4+ messages)
` [PATCH v2] ima-evm-utils: Add support for Intel "

[RFC PATCH 0/8] ima-evm-utils: calculate per TPM bank template digest
 2020-02-24 16:23 UTC  (12+ messages)
` [RFC PATCH 1/8] ima-evm-utils: treat unallocated banks as an error
` [RFC PATCH 2/8] ima-evm-utils: increase the size of "zero" and "fox" variables
` [RFC PATCH 3/8] ima-evm-utils: calculate the digests for multiple TPM banks
` [RFC PATCH 4/8] ima-evm-utils: add support in tpm2_read_pcrs to read different "
` [RFC PATCH 5/8] ima-evm-utils: read the PCRs for the requested "
` [RFC PATCH 6/8] ima-evm-utils: compare re-calculated PCRs with the TPM values
` [RFC PATCH 7/8] ima-evm-utils: use a common bank variable for TPM 1.2 and TPM 2.0
` [RFC PATCH 8/8] ima-evm-utils: remove TPM 1.2 specific code

[PATCH v5 0/3] integrity: improve log messages
 2020-02-21 22:45 UTC  (6+ messages)
` [PATCH v5 1/3] IMA: Update KBUILD_MODNAME for IMA files to ima
` [PATCH v5 2/3] IMA: Add log statements for failure conditions
` [PATCH v5 3/3] integrity: Remove duplicate pr_fmt definitions

[GIT PULL] integrity subsystem fixes for v5.6
 2020-02-21 20:00 UTC  (2+ messages)

Debugging errors with Dell XPS 9560 TPM
 2020-02-19 20:32 UTC  (9+ messages)

[GIT PULL] tpmdd updates for Linux v5.6-rc3
 2020-02-18 23:05 UTC  (2+ messages)

[PATCH v4 0/3] IMA: improve log messages
 2020-02-18 19:37 UTC  (10+ messages)
` [PATCH v4 1/3] IMA: Update KBUILD_MODNAME for IMA files to ima
` [PATCH v4 2/3] IMA: Add log statements for failure conditions
` [PATCH v4 3/3] IMA: Remove duplicate pr_fmt definitions

[PATCH v2] ima: export the measurement list when needed
 2020-02-18 15:36 UTC  (13+ messages)

[PATCH v2] IMA hash algorithm supports sm3
 2020-02-18 14:24 UTC  (6+ messages)
` [PATCH v2 1/2] crypto: fix mismatched hash algorithm name sm3-256 to sm3
` [PATCH v2 2/2] ima: add sm3 algorithm to hash algorithm configuration list


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).