linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-26 17:26:51 to 2018-09-25 20:25:11 UTC [more...]

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

[PATCH v2, RESEND 2/3] tpm: modify tpm_pcr_read() definition to pass TPM hash algorithms
 2018-09-25 14:00 UTC  (4+ messages)
  ` [PATCH v2, RESEND 3/3] tpm: retrieve digest size of unknown algorithms with PCR read

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

[PATCH] security/integrity: remove unnecessary 'init_keyring' variable
 2018-09-21 20:42 UTC  (8+ messages)

[PATCH] ima: fix showing large 'violations' or 'runtime_measurements_count'
 2018-09-21 19:37 UTC  (2+ messages)

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

[PATCH v3] tpm: Restore functionality to xen vtpm driver
 2018-09-18 18:59 UTC  (2+ messages)

EXTERNAL: [PATCH v2 2/3] tpm: modify tpm_pcr_read() definition to pass TPM hash algorithms
 2018-09-18 18:54 UTC  (11+ messages)
` [PATCH v2 0/3] tpm: retrieve digest size of unknown algorithms from TPM
  ` [PATCH v2 1/3] tpm: rename and export tpm2_digest and tpm2_algorithms
  ` [PATCH v2 3/3] tpm: retrieve digest size of unknown algorithms with PCR read

[PATCH v2] tpm: Restore functionality to xen vtpm driver
 2018-09-18  6:54 UTC  (6+ messages)
        ` [Xen-devel] "

[PATCH v6 0/2] tpm: add support for nonblocking operation
 2018-09-17 21:27 UTC  (9+ messages)
` [PATCH v6 1/2] tpm: add ptr to the tpm_space struct to file_priv
` [PATCH v6 2/2] tpm: add support for nonblocking operation

Question about the TPM driver
 2018-09-17 21:23 UTC  (11+ messages)

[PATCH RESEND] tpm: Restore functionality to xen vtpm driver
 2018-09-16 19:20 UTC  (3+ messages)

[PATCH v2 02/17] compat_ioctl: move drivers to generic_compat_ioctl_ptrarg
 2018-09-16 19:07 UTC  (5+ messages)

[RFC PATCH 00/10] fs-verity: filesystem-level integrity protection
 2018-09-15 15:27 UTC  (32+ messages)
` [RFC PATCH 01/10] fs-verity: add setup code, UAPI, and Kconfig
` [RFC PATCH 02/10] fs-verity: add data verification hooks for ->readpages()
  ` [f2fs-dev] "
              `  "
` [RFC PATCH 10/10] f2fs: fs-verity support
  ` [f2fs-dev] "

[PATCH v2 0/6] Add support for architecture specific IMA policies
 2018-09-14 13:50 UTC  (8+ messages)
` [PATCH v2 1/6] ima: define arch_ima_get_secureboot
` [PATCH v2 2/6] ima: prevent kexec_load syscall based on runtime secureboot flag
` [PATCH v2 3/6] ima: refactor ima_init_policy()
` [PATCH v2 4/6] ima: add support for arch specific policies
` [PATCH v2 5/6] ima: add support for external setting of ima_appraise
` [PATCH v2 6/6] x86/ima: define arch_get_ima_policy() for x86

[PATCH v5 0/2] tpm: add support for nonblocking operation
 2018-09-10 17:23 UTC  (6+ messages)
` [PATCH v5 2/2] "

PROBLEM: IMA xattrs not written on overlayfs
 2018-09-10  9:17 UTC  (3+ messages)

[bug report] tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
 2018-09-08 13:06 UTC 

[PATCH] security/integrity: constify some read-only data
 2018-09-07 20:22 UTC 

tpm2_dump_capability not working on latest Ubuntu
 2018-09-07 15:42 UTC  (3+ messages)

caps file showing wrong TCG version?
 2018-09-06 10:02 UTC  (11+ messages)

[PATCH] tpm: fix response size validation in tpm_get_random()
 2018-09-05 13:16 UTC  (3+ messages)

[PATCH] tpm: Make SECURITYFS a weak dependency
 2018-09-05 11:28 UTC  (2+ messages)

[PATCH] tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated
 2018-09-05 11:14 UTC  (2+ messages)

[RFC PATCH 0/2] Support TLV formatted IMA measurement list
 2018-08-28  6:40 UTC 

[RFC PATCH 1/2] refactor IMA template code into separate files
 2018-08-28  6:41 UTC 

[RFC PATCH 2/2] Add code for TLV formatted IMA measurement list
 2018-08-28  6:41 UTC 

[PATCH 08/23] TPMLIB: Break TPM bits out of security/keys/trusted.c
 2018-08-27  8:25 UTC  (6+ messages)
` tpm: Provide a TPM access library


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