linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-19 18:03:19 to 2018-08-27 19:41:52 UTC [more...]

[RFC PATCH 00/10] fs-verity: filesystem-level integrity protection
 2018-08-27 15:54 UTC  (35+ 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 03/10] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [RFC PATCH 04/10] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [RFC PATCH 05/10] fs-verity: add SHA-512 support
` [RFC PATCH 06/10] fs-verity: add CRC-32C support
` [RFC PATCH 07/10] fs-verity: support builtin file signatures
` [RFC PATCH 08/10] ext4: add basic fs-verity support
` [RFC PATCH 09/10] ext4: add fs-verity read support
` [RFC PATCH 10/10] f2fs: fs-verity support
  ` [f2fs-dev] "

tpm: Provide a TPM access library
 2018-08-27  8:25 UTC  (42+ messages)
` [PATCH 01/23] TPM: Add new TPMs to the tail of the list to prevent inadvertent change of dev
` [PATCH 02/23] TPM: Provide a facility for a userspace TPM emulator
` [PATCH 03/23] TPM: Provide a platform driver for the user emulator driver
` [PATCH 04/23] TPM: Expose struct tpm_chip and related find_get and put functions
` [PATCH 05/23] TPM: Use struct tpm_chip rather than chip number as interface parameter
` [PATCH 06/23] TPM: Move ordinal values from interface file to header with other ordinals
` [PATCH 07/23] TPM: Consolidate tpm_send(), transmit_cmd() and tpm_transmit()
` [PATCH 08/23] TPMLIB: Break TPM bits out of security/keys/trusted.c
` [PATCH 09/23] TPMLIB: Do some source cleanups
` [PATCH 10/23] TPMLIB: Better format calls to TSS_*hmac*()
` [PATCH 11/23] TPMLIB: Put banner comments on public TPM library functions
` [PATCH 12/23] TPMLIB: Create tpm_{even, odd}_nonce structs to represent nonces
` [PATCH 13/23] TPMLIB: Rename store8() and storebytes()
` [PATCH 14/23] TPMLIB: Make store_s() take a void* data argument, not unsigned char*
` [PATCH 15/23] TPMLIB: Use __be32 rather than int32_t and use cpu_to_beX() and co
` [PATCH 16/23] TPMLIB: Put more comments into the HMAC generation functions
` [PATCH 17/23] TPMLIB: Provide a wrapper to load bytes out of the reply
` [PATCH 18/23] TPMLIB: Encapsulate XOR-based encryption with authkey derivative
` [PATCH 19/23] TPMLIB: Add some debugging code
` [PATCH 20/23] TPMLIB: Implement call to TPM_CreateWrapKey
` [PATCH 21/23] TPMLIB: Implement call to TPM_LoadKey2
` [PATCH 22/23] TPMLIB: Provide call for TPM_FlushSpecific
` [PATCH 23/23] TPM: Add an asymmetric key subtype for handling TPM-based keys

[PATCH] tpm: factor out TPM 1.x duration calculation to tpm1-cmd.c
 2018-08-24 10:35 UTC 

nvs.c: Inappropriately maps TPM space on Dell Inspiron 11 3000
 2018-08-22 20:12 UTC 

Excluding UBI partition not working
 2018-08-22 13:15 UTC 

[PATCH 1/7] evmtest: Regression testing Integrity Subsystem
 2018-08-22 11:21 UTC  (9+ messages)
` [PATCH 2/7] evmtest: test appraisal on policy loading with signature
` [PATCH 3/7] evmtest: test kernel module loading
` [PATCH 4/7] evmtest: test kexec signature policy
` [PATCH 5/7] evmtest: validate boot record
` [PATCH 6/7] evmtest: test the preservation of extended attributes
` [PATCH 7/7] emvtest: Add ability to run all tests

update on IMA on NFS
 2018-08-20 14:28 UTC  (2+ messages)

Fwd: PROBLEM: tpm_cpg can't request region with AMD/Dell fTPM
 2018-08-15 18:02 UTC  (6+ messages)

[PATCH v5 0/2] tpm: add support for nonblocking operation
 2018-08-14 16:07 UTC  (5+ messages)
` [PATCH v5 1/2] tpm: add ptr to the tpm_space struct to file_priv
` [PATCH v5 2/2] tpm: add support for nonblocking operation

[PATCH v4 0/2] tpm: add support for nonblocking operation
 2018-08-12 10:39 UTC  (13+ messages)
` [PATCH v4 1/2] tpm: add ptr to the tpm_space struct to file_priv
` [PATCH v4 2/2] tpm: add support for nonblocking operation

[PATCH v3 RESEND 0/2] tpm: add support for nonblocking operation
 2018-08-07 19:09 UTC  (9+ messages)
` [PATCH v3 RESEND 1/2] tpm: add ptr to the tpm_space struct to file_priv
` [PATCH v3 RESEND 2/2] tpm: add support for nonblocking operation

[PATCH 0/6][RFC] Add EFI secure key to key retention service
 2018-08-06  6:00 UTC  (15+ messages)
` [PATCH 1/6] x86/KASLR: make getting random long number function public
` [PATCH 2/6] efi: the function transfers status to string
` [PATCH 3/6] efi: generate efi root key in EFI boot stub
` [PATCH 4/6] key: add EFI secure key type
` [PATCH 5/6] key: add EFI secure key as a master "
` [PATCH 6/6] key: enforce the secure boot checking when loading efi root key

[PATCH 0/4] Add support for architecture-specific IMA policies
 2018-08-03 19:47 UTC  (13+ messages)
` [PATCH 1/4] ima: add support for arch specific policies
  ` [RFC PATCH] ima: arch_policy_rules can be static
` [PATCH 2/4] ima: add support for external setting of ima_appraise
` [PATCH 3/4] ima: add support for KEXEC_ORIG_KERNEL_CHECK
` [PATCH 4/4] x86/ima: define arch_get_ima_policy() for x86

[PATCH v2 1/2] security/keys/secure_key: Adds the secure key support based on CAAM
 2018-08-03 18:28 UTC  (11+ messages)
` [PATCH v2 2/2] encrypted_keys: Adds support for secure key-type as master key

[GIT PULL] tpmdd 4.19 updates
 2018-07-30 16:32 UTC  (2+ messages)

How to generate and load evm-key in TPM less systems
 2018-07-30  3:51 UTC  (3+ messages)

[GIT PULL] linux-integrity patches for 4.19
 2018-07-24 18:46 UTC  (3+ messages)

[PATCH 1/2] security/keys/secure_key: Adds the secure key support based on CAAM
 2018-07-24 13:34 UTC  (9+ messages)
` [PATCH 2/2] encrypted_keys: Adds support for secure key-type as master key

[PATCH] tpm: add support for partial reads
 2018-07-24  2:05 UTC  (19+ messages)

[PATCH] tpm: add support for nonblocking operation
 2018-07-23 17:38 UTC  (8+ messages)

[PATCH -next] EVM: fix return value check in evm_write_xattrs()
 2018-07-22 23:38 UTC  (3+ 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).