linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-24 00:55:33 to 2022-12-12 16:39:40 UTC [more...]

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2022-12-12 16:36 UTC  (16+ messages)
` [PATCH 001/606] tpm: st33zp24: Convert to Convert to i2c's .probe_new()
` [PATCH 002/606] tpm: tpm_i2c_atmel: "
` [PATCH 003/606] tpm: tpm_i2c_infineon: "
` [PATCH 004/606] tpm: tpm_i2c_nuvoton: "
` [PATCH 005/606] tpm: tis_i2c: "
` (subset) [PATCH 000/606] i2c: Complete conversion to i2c_probe_new

[PATCH v3 0/3] certs: Prevent spurious errors on repeated blacklisting
 2022-12-12 12:29 UTC  (8+ messages)
` [PATCH v3 1/3] certs: log hash value on blacklist error
` [PATCH v3 2/3] KEYS: Add key_create()

[PATCH] tpm_crb: Add support for CRB devices based on Pluton
 2022-12-12 10:42 UTC 

[PATCH v2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
 2022-12-12  9:15 UTC  (4+ messages)

[PATCH 00/11] add integrity and security to TPM2 transactions
 2022-12-12  3:16 UTC  (21+ messages)
` [PATCH 01/11] tpm: move buffer handling from static inlines to real functions
` [PATCH 02/11] tpm: add buffer handling for TPM2B types
` [PATCH 03/11] tpm: add cursor based buffer functions for response parsing
` [PATCH 04/11] tpm: add buffer function to point to returned parameters
` [PATCH 05/11] tpm: export the context save and load commands
` [PATCH 06/11] tpm: Add full HMAC and encrypt/decrypt session handling code
` [PATCH 07/11] tpm: add hmac checks to tpm2_pcr_extend()
` [PATCH 08/11] tpm: add session encryption protection to tpm2_get_random()
` [PATCH 09/11] KEYS: trusted: Add session encryption protection to the seal/unseal path
` [PATCH 10/11] tpm: add the null key name as a sysfs export
` [PATCH 11/11] Documentation: add tpm-security.rst

[RFC] IMA LSM based rule race condition issue on 4.19 LTS
 2022-12-12  2:39 UTC  (12+ messages)

[PATCH v3] char: tpm: Protect tpm_pm_suspend with locks
 2022-12-10  1:57 UTC  (11+ messages)

[PATCH] fsverity: mark builtin signatures as deprecated
 2022-12-09 22:17 UTC  (5+ messages)

[PATCH v2 00/10] Add CA enforcement keyring restrictions
 2022-12-09 15:44 UTC  (15+ messages)
` [PATCH v2 01/10] KEYS: Create static version of public_key_verify_signature
` [PATCH v2 02/10] KEYS: Add missing function documentation
` [PATCH v2 03/10] KEYS: X.509: Parse Basic Constraints for CA
` [PATCH v2 04/10] KEYS: X.509: Parse Key Usage
` [PATCH v2 05/10] KEYS: Introduce a CA endorsed flag
` [PATCH v2 06/10] KEYS: Introduce keyring restriction that validates ca trust
` [PATCH v2 07/10] KEYS: X.509: Flag Intermediate CA certs as endorsed
` [PATCH v2 08/10] integrity: Use root of trust signature restriction
` [PATCH v2 09/10] KEYS: CA link restriction
` [PATCH v2 10/10] integrity: restrict INTEGRITY_KEYRING_MACHINE to restrict_link_by_ca

[PATCH] KEYS: asymmetric: Make a copy of sig and digest in vmalloced stack
 2022-12-09 14:27 UTC  (4+ messages)

[PATCH] fsverity: don't check builtin signatures when require_signatures=0
 2022-12-08 20:42 UTC  (2+ messages)

[PATCH] fsverity: mark builtin signatures as deprecated
 2022-12-08 17:41 UTC 

[GIT PULL] tpmdd updates for tpmdd-next-v6.2-rc1
 2022-12-08 16:33 UTC 

[RESEND PATCH v3] tpm: st33zp24: remove pointless checks on probe
 2022-12-08 10:55 UTC  (2+ messages)

[PATCH v2 0/2] ima/evm: Ensure digest to verify is in linear mapping area
 2022-12-08  8:32 UTC  (12+ messages)
` [PATCH v2 1/2] evm: Alloc evm_digest in evm_verify_hmac() if CONFIG_VMAP_STACK=y
` [PATCH v2 2/2] ima: Alloc ima_max_digest_data in xattr_verify() "

[PATCH v5 00/11] Encrypted Hibernation
 2022-12-07 23:54 UTC  (22+ messages)
` [PATCH v5 01/11] tpm: Add support for in-kernel resetting of PCRs
` [PATCH v5 03/11] tpm: Allow PCR 23 to be restricted to kernel-only use
` [PATCH v5 04/11] security: keys: trusted: Include TPM2 creation data

[PATCH] public_key: Add a comment to public_key_signature struct definition
 2022-12-07 10:54 UTC 

[PATCH ima-evm-utils] Experimental fsverity.test related GA CI improvements
 2022-12-05 15:07 UTC  (5+ messages)

[PATCH 1/1] tpm/tpm_crb: Fix error message in __crb_relinquish_locality()
 2022-12-04 19:53 UTC  (5+ messages)

[PATCH v11 00/14] TPM IRQ fixes
 2022-12-04 17:02 UTC  (20+ messages)
` [PATCH v11 01/14] tpm, tpm_tis: Avoid cache incoherency in test for interrupts
` [PATCH v11 02/14] tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register
` [PATCH v11 03/14] tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed
` [PATCH v11 04/14] tpm, tpm_tis: Do not skip reset of original interrupt vector
` [PATCH v11 05/14] tpm, tpm_tis: Claim locality before writing interrupt registers
` [PATCH v11 06/14] tpm, tpm_tis: Only handle supported interrupts
` [PATCH v11 07/14] tpm, tpm_tis: Move interrupt mask checks into own function
` [PATCH v11 08/14] tpm, tpm_tis: do not check for the active locality in interrupt handler
` [PATCH v11 09/14] tpm, tpm: Implement usage counter for locality
` [PATCH v11 10/14] tpm, tpm_tis: Request threaded interrupt handler
` [PATCH v11 11/14] tpm, tpm_tis: Claim locality in "
` [PATCH v11 12/14] tpm, tpm_tis: Claim locality when interrupts are reenabled on resume
` [PATCH v11 13/14] tpm, tpm_tis: startup chip before testing for interrupts
` [PATCH v11 14/14] tpm, tpm_tis: Enable interrupt test

[PATCH] tpm/tpm_ftpm_tee: Fix error handling in ftpm_mod_init()
 2022-12-04 16:59 UTC  (4+ messages)

[PATCH v7 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2022-12-01 10:41 UTC  (7+ messages)
` [PATCH v7 1/6] reiserfs: Switch to security_inode_init_security()
` [PATCH v7 2/6] ocfs2: "
` [PATCH v7 3/6] security: Remove security_old_inode_init_security()
` [PATCH v7 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v7 5/6] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v7 6/6] evm: Support multiple LSMs providing an xattr

[PATCH] tpm/ppi: use sysfs_emit() to instead of scnprintf()
 2022-12-01  1:57 UTC 

[PATCH v6 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2022-11-30 21:23 UTC  (9+ messages)
` [PATCH v6 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook

[PATCH] ima: Make a copy of sig and digest in asymmetric_verify()
 2022-11-30 16:24 UTC  (8+ messages)

[PATCH v5] evm: Correct inode_init_security hooks behaviors
 2022-11-29 14:33 UTC  (7+ messages)

[PATCH] ima: Fix hash dependency to correct algorithm
 2022-11-29 14:18 UTC  (2+ messages)

[PATCH v5 0/6] evm: Prepare for moving to the LSM infrastructure
 2022-11-29 13:14 UTC  (5+ messages)
` [PATCH v5 2/6] ocfs2: Switch to security_inode_init_security()

[PATCH] fsverity: simplify fsverity_get_digest()
 2022-11-29 11:32 UTC  (3+ messages)

[PATCH v2 0/3] char: tpm: Adjust cr50_i2c locking mechanism
 2022-11-28 19:55 UTC  (10+ messages)
` [PATCH v2 1/3] char: tpm: Protect tpm_pm_suspend with locks

[REGRESSION] suspend to ram fails in 6.1 due to tpm errors
 2022-11-28 19:38 UTC  (5+ messages)

[PATCH] lockdown: kexec_file: prevent unsigned kernel image when KEXEC_SIG not enabled
 2022-11-28 17:16 UTC  (4+ messages)

[PATCH v2 0/3] ACPI table release for TPM drivers
 2022-11-27 17:21 UTC  (7+ messages)
` [PATCH v2 1/3] tpm: acpi: Call acpi_put_table() to fix memory leak
` [PATCH v2 2/3] tpm: tpm_crb: Add the missed "
` [PATCH v2 3/3] tpm: tpm_tis: "

[PATCH v2] tpm: Add flag to use default cancellation policy
 2022-11-27 15:47 UTC  (2+ messages)

[PATCH] tpm_crb: Remove a useless include
 2022-11-26 11:32 UTC 

[PATCH] tpm: tis_i2c: Fix sanity check interrupt enable mask
 2022-11-26  0:14 UTC  (3+ messages)

[PATCH v10 00/14] TPM IRQ fixes
 2022-11-24 13:25 UTC  (6+ messages)
` [PATCH v10 04/14] tpm, tpm_tis: Do not skip reset of original interrupt vector
` [PATCH v10 05/14] tpm, tpm_tis: Claim locality before writing interrupt registers


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