messages from 2018-08-10 21:46:03 to 2018-09-18 12:46:09 UTC [more...]
EXTERNAL: [PATCH v2 2/3] tpm: modify tpm_pcr_read() definition to pass TPM hash algorithms
2018-09-18 7:14 UTC (10+ 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 v3] tpm: Restore functionality to xen vtpm driver
2018-09-17 22:53 UTC
[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 (46+ 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] "
[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 (9+ 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
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] ima: fix showing large 'violations' or 'runtime_measurements_count'
2018-09-07 21:33 UTC
[PATCH] security/integrity: remove unnecessary 'init_keyring' variable
2018-09-07 20:25 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
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 v4 0/2] tpm: add support for nonblocking operation
2018-08-12 10:39 UTC (9+ messages)
` [PATCH v4 2/2] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).