linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-08 22:42:33 to 2018-10-22 07:39:56 UTC [more...]

[PATCH v4 0/7] add integrity and security to TPM2 transactions
 2018-10-22  7:39 UTC  (7+ messages)
` [PATCH v4 1/7] tpm-buf: create new functions for handling TPM buffers
` [PATCH v4 2/7] tpm2-sessions: Add full HMAC and encrypt/decrypt session handling
` [PATCH v4 3/7] tpm2: add hmac checks to tpm2_pcr_extend()
` [PATCH v4 4/7] tpm2: add session encryption protection to tpm2_get_random()
` [PATCH v4 5/7] trusted keys: Add session encryption protection to the seal/unseal path
` [PATCH v4 6/7] tpm: add the null key name as a tpm2 sysfs variable

[PATCH -next] KEYS: trusted: remove set but not used variable ''
 2018-10-21  9:00 UTC  (4+ messages)
` [PATCH v2 -next] KEYS: trusted: remove set but not used variable 'keyhndl'

[PATCH] tpm: tpm_try_transmit() refactor error flow
 2018-10-20 22:49 UTC  (5+ messages)

LPC 2018
 2018-10-20 18:23 UTC  (20+ messages)

[PATCH v7 00/21] tpm: separate tpm 1.x and tpm 2.x commands
 2018-10-20  1:19 UTC  (30+ messages)
` [PATCH v7 01/21] tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x
` [PATCH v7 02/21] tpm2: add new tpm2 commands according to TCG 1.36
` [PATCH v7 03/21] tpm: sort objects in the Makefile
` [PATCH v7 04/21] tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
` [PATCH v7 05/21] tpm: add tpm_calc_ordinal_duration() wrapper
` [PATCH v7 06/21] tpm: factor out tpm_get_timeouts()
` [PATCH v7 07/21] tpm: move tpm1_pcr_extend to tpm1-cmd.c
` [PATCH v7 08/21] tpm: move tpm_getcap "
` [PATCH v7 09/21] tpm: factor out tpm1_get_random into tpm1-cmd.c
` [PATCH v7 10/21] tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c
` [PATCH v7 11/21] tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c
` [PATCH v7 12/21] tpm: factor out tpm_startup function
` [PATCH v7 13/21] tpm: add tpm_auto_startup() into tpm-interface.c
` [PATCH v7 14/21] tpm: tpm-interface.c drop unused macros
` [PATCH v7 15/21] tpm: tpm-space.c remove unneeded semicolon
` [PATCH v7 16/21] tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure
` [PATCH v7 17/21] tpm1: implement tpm1_pcr_read_dev() "
` [PATCH v7 18/21] tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()
` [PATCH v7 19/21] tpm1: reimplement SAVESTATE using tpm_buf
` [PATCH v7 20/21] tpm1: reimplement tpm1_continue_selftest() "
` [PATCH v7 21/21] tpm: use u32 instead of int for PCR index

[PATCH] tpm: fix kdoc for tpm2_flush_context_cmd()
 2018-10-19 23:25 UTC  (2+ messages)

[PATCH] tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x
 2018-10-19 23:24 UTC  (4+ messages)

[PATCH] docs: Extend trusted keys documentation for TPM 2.0
 2018-10-19 23:07 UTC  (2+ messages)

[PATCH] tpm: tpm_try_transmit() ignore value of go_to_idle()
 2018-10-17 23:08 UTC  (6+ messages)

[PATCH v6 00/21] tpm: separate tpm 1.x and tpm 2.x commands
 2018-10-17 15:28 UTC  (29+ messages)
` [PATCH v6 01/20] tpm2: add new tpm2 commands according to TCG 1.36
` [PATCH v6 02/20] tpm: sort objects in the Makefile
` [PATCH v6 03/20] tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
` [PATCH v6 04/20] tpm: add tpm_calc_ordinal_duration() wrapper
` [PATCH v6 05/20] tpm: factor out tpm_get_timeouts()
` [PATCH v6 06/20] tpm: move tpm1_pcr_extend to tpm1-cmd.c
` [PATCH v6 07/20] tpm: move tpm_getcap "
` [PATCH v6 08/20] tpm: factor out tpm1_get_random into tpm1-cmd.c
` [PATCH v6 09/20] tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c
` [PATCH v6 10/20] tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c
` [PATCH v6 11/20] tpm: factor out tpm_startup function
` [PATCH v6 12/20] tpm: add tpm_auto_startup() into tpm-interface.c
` [PATCH v6 13/20] tpm: tpm-interface.c drop unused macros
` [PATCH v6 14/20] tpm: tpm-space.c remove unneeded semicolon
` [PATCH v6 15/20] tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure
` [PATCH v6 16/20] tpm1: implement tpm1_pcr_read_dev() "
` [PATCH v6 17/20] tmp1: rename tpm1_pcr_read_dev to tpm1_pcr_read()
` [PATCH v6 18/20] tpm1: reimplement SAVESTATE using tpm_buf
` [PATCH v6 19/20] tpm1: reimplement tpm1_continue_selftest() "
` [PATCH v6 20/20] tpm: use u32 instead of int for PCR index

[PATCH v5 00/21] tpm: separate tpm 1.x and tpm 2.x commands
 2018-10-17  6:02 UTC  (16+ messages)
` [PATCH v5 03/21] tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
` [PATCH v5 05/21] tpm: factor out tpm_get_timeouts()
` [PATCH v5 06/21] tpm: move tpm1_pcr_extend to tpm1-cmd.c
` [PATCH v5 20/21] tpm1: reimplement tpm1_continue_selftest() using tpm_buf

Allow FUSE filesystems to provide out-of-band hashes to IMA
 2018-10-16 13:16 UTC  (35+ messages)
` [PATCH 1/3] VFS: Add a call to obtain a file's hash
` [PATCH 2/3] IMA: Make use of filesystem-provided hashes

[PATCH v2 1/2] security/keys/secure_key: Adds the secure key support based on CAAM
 2018-10-16 10:16 UTC  (9+ messages)

undefined behavior (-Wvarargs) in security/keys/trusted.c#TSS_authhmac()
 2018-10-16  8:13 UTC  (28+ messages)
    ` [PATCH] KEYS: trusted: fix -Wvarags warning

[GIT PULL] linux-integrity patches for Linux 4.20
 2018-10-15 17:40 UTC  (4+ messages)

possible deadlock in process_measurement
 2018-10-15 17:05 UTC 

[PATCH] tpm: fix unused-value issues in tpm_try_transmit
 2018-10-15 11:18 UTC  (6+ messages)

Question about the TPM driver
 2018-10-11 15:17 UTC  (3+ messages)

[PATCH v2] Open a new file instance if no read permissions
 2018-10-10 19:04 UTC  (3+ messages)

[PATCH v6 0/6] Add support for architecture specific IMA policies
 2018-10-09 17:30 UTC  (6+ messages)
` [PATCH v6 1/5] x86/ima: define arch_ima_get_secureboot
` [PATCH v6 2/5] ima: prevent kexec_load syscall based on runtime secureboot flag
` [PATCH v6 3/5] ima: refactor ima_init_policy()
` [PATCH v6 4/5] ima: add support for arch specific policies
` [PATCH v6 5/5] x86/ima: define arch_get_ima_policy() for x86

[PATCH] Open a new file instance if no read permissions on files
 2018-10-08 21:18 UTC  (6+ messages)


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).