linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-19 02:08:07 to 2024-08-26 22:43:37 UTC [more...]

[PATCH v10 00/20] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-08-26 22:38 UTC  (14+ messages)
` [PATCH v10 01/20] Documentation/x86: Secure Launch kernel documentation
` [PATCH v10 02/20] x86: Secure Launch Kconfig
` [PATCH v10 03/20] x86: Secure Launch Resource Table header file
` [PATCH v10 05/20] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v10 06/20] x86: Add early SHA-256 "
` [PATCH v10 07/20] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v10 08/20] x86/boot: Place TXT MLE header in the kernel_info section
` [PATCH v10 09/20] x86: Secure Launch kernel early boot stub
` [PATCH v10 10/20] x86: Secure Launch kernel late "
` [PATCH v10 11/20] x86: Secure Launch SMP bringup support
` [PATCH v10 12/20] kexec: Secure Launch kexec SEXIT support
` [PATCH v10 13/20] x86/reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v10 14/20] tpm: Protect against locality counter underflow

[PATCH 07/13] LSM: Use lsmblob in security_current_getsecid
 2024-08-26 21:24 UTC  (4+ messages)
` [PATCH 08/13] LSM: Use lsmblob in security_inode_getsecid
` [PATCH 10/13] LSM: Create new security_cred_getlsmblob LSM hook

TPM selftests require TPM2 but do not check for the requirement
 2024-08-26 18:45 UTC 

WARNING in process_measurement
 2024-08-25  5:23 UTC 

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-08-22 18:29 UTC  (24+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v9 09/19] x86: Secure Launch kernel late boot stub
` [PATCH v9 13/19] tpm: Protect against locality counter underflow
` [PATCH v9 14/19] tpm: Ensure tpm is in known state at startup

[RFC PATCH v2 0/4] tsm: Runtime measurement registers ABI
 2024-08-20 19:44 UTC  (5+ messages)

[PATCH v2 00/14] KEYS: Add support for PGP keys and signatures
 2024-08-20 14:14 UTC  (28+ messages)
` [PATCH v2 01/14] mpi: Introduce mpi_key_length()
` [PATCH v2 02/14] rsa: add parser of raw format
` [PATCH v2 03/14] PGPLIB: PGP definitions (RFC 4880)
` [PATCH v2 04/14] PGPLIB: Basic packet parser
` [PATCH v2 05/14] PGPLIB: Signature parser
` [PATCH v2 06/14] KEYS: PGP data parser
` [PATCH v2 07/14] KEYS: Provide PGP key description autogeneration
` [PATCH v2 08/14] KEYS: PGP-based public key signature verification
` [PATCH v2 09/14] KEYS: Retry asym key search with partial ID in restrict_link_by_signature()
` [PATCH v2 10/14] KEYS: Calculate key digest and get signature of the key
` [PATCH v2 11/14] verification: introduce verify_pgp_signature()
` [PATCH v2 12/14] PGP: Provide a key type for testing PGP signatures
` [PATCH v2 13/14] KEYS: Provide a function to load keys from a PGP keyring blob
` [PATCH v2 14/14] KEYS: Introduce load_pgp_public_keyring()

[PATCH v20 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-08-20  2:51 UTC  (42+ messages)
` [PATCH v20 01/20] security: add ipe lsm
` [PATCH v20 02/20] ipe: add policy parser
` [PATCH v20 03/20] ipe: add evaluation loop
` [PATCH v20 04/20] ipe: add LSM hooks on execution and kernel read
` [PATCH v20 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v20 06/20] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v20 07/20] security: add new securityfs delete function
` [PATCH v20 08/20] ipe: add userspace interface
` [PATCH v20 09/20] uapi|audit|ipe: add ipe auditing support
` [PATCH v20 10/20] ipe: add permissive toggle
` [PATCH v20 11/20] block|lsm: Add LSM blob and new LSM hooks for block devices
` [PATCH v20 12/20] dm verity: expose root hash digest and signature data to LSMs
` [PATCH v20 13/20] ipe: add support for dm-verity as a trust provider
` [PATCH v20 14/20] security: add security_inode_setintegrity() hook
` [PATCH v20 15/20] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v20 16/20] ipe: enable support for fs-verity as a trust provider
` [PATCH v20 17/20] scripts: add boot policy generation program
` [PATCH v20 18/20] ipe: kunit test for parser
` [PATCH v20 19/20] Documentation: add ipe documentation
` [PATCH v20 20/20] MAINTAINERS: ipe: add ipe maintainer information

[GIT PULL] KEYS-TRUSTED: keys-trusted-next-6.11-rc4
 2024-08-16 18:28 UTC  (2+ messages)

[RFC] [PATCH] tpm: Clean up TPM space after command failure
 2024-08-16 13:44 UTC  (4+ messages)
  ` [PATCH v2] "

[RFC] integrity: wait for completion of i2c initialization using late_initcall_sync()
 2024-08-16 12:46 UTC  (8+ messages)

[PATCH][next] integrity: Use static_assert() to check struct sizes
 2024-08-16 12:28 UTC  (2+ messages)

[PATCH] evm: stop avoidably reading i_writecount in evm_file_release
 2024-08-16 11:53 UTC  (2+ messages)

[ima-evm-utils PATCH] Add copies of the license text
 2024-08-12  5:16 UTC  (2+ messages)

[RFC PATCH v19 0/5] Script execution control (was O_MAYEXEC)
 2024-08-09 16:15 UTC  (30+ messages)
` [RFC PATCH v19 1/5] exec: Add a new AT_CHECK flag to execveat(2)
` [RFC PATCH v19 2/5] security: Add new SHOULD_EXEC_CHECK and SHOULD_EXEC_RESTRICT securebits

[PATCH v2] ima: fix buffer overrun in ima_eventdigest_init_common
 2024-08-08 23:46 UTC  (2+ messages)

[PATCH v5] tpm: Add new device/vendor ID 0x50666666
 2024-08-06 16:51 UTC 

[PATCH 0/8] openssl_tpm2_engine: Add attestation functions for primary keys
 2024-08-05 11:54 UTC  (20+ messages)
` [PATCH 1/8] tss: Fix handling of TPM_RH_NULL in intel-tss
            ` [PATCH v2 "
              ` [openssl-tpm2-engine] "
` [PATCH 2/8] libcommon: add ability to create a signing primary key
` [PATCH 3/8] libcommon: add bin2hex and tmp2_get_hexname
` [PATCH 4/8] libcommon: add primary creation from template
` [PATCH 5/8] tss: add tpm2_Certify, tpm2_ActivateCredential and tpm2_PolicyOR
` [PATCH 6/8] tools: add new attest_tpm2_primary command
` [PATCH 7/8] attest_tpm2_primary: add man page
` [PATCH 8/8] tests: add tests for attest_tpm2_primary

[PATCH v4] tpm: Add new device/vendor ID 0x50666666
 2024-08-03 17:23 UTC  (2+ messages)

[PATCH v3] tpm: Add new device/vendor ID 0x50666666
 2024-08-02 21:04 UTC 

[PATCH v2] tpm: Add new device/vendor ID 0x50666666
 2024-08-02 19:15 UTC  (3+ messages)

[PATCH v2] tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support
 2024-08-01 21:48 UTC  (4+ messages)

[PATCH v1 0/2] Refactor return value of two lsm hooks
 2024-07-29 21:19 UTC  (6+ messages)
` [PATCH v1 1/2] lsm: Refactor return value of LSM hook vm_enough_memory
` [PATCH v1 2/2] lsm: Refactor return value of LSM hook inode_copy_up_xattr

[PATCH bpf-next v4 09/20] lsm: Refactor return value of LSM hook key_getsecurity
 2024-07-23 18:34 UTC  (6+ messages)
` [PATCH v4 9/20] "

[PATCH v12 00/10] Add support for x509 certs with NIST P384/256/192 keys
 2024-07-22 13:17 UTC  (5+ messages)
` [PATCH v12 02/10] crypto: Add support for ECDSA signature verification

[PATCH bpf-next v4 07/20] lsm: Refactor return value of LSM hook setprocattr
 2024-07-20  9:31 UTC  (3+ messages)
` [PATCH v4 7/20] "

[PATCH bpf-next v4 10/20] lsm: Refactor return value of LSM hook audit_rule_match
 2024-07-20  9:31 UTC  (3+ messages)
` [PATCH "

[PATCH bpf-next v4 08/20] lsm: Refactor return value of LSM hook getprocattr
 2024-07-20  9:30 UTC  (3+ messages)
` [PATCH v4 8/20] "

[PATCH bpf-next v4 06/20] lsm: Refactor return value of LSM hook getselfattr
 2024-07-20  9:30 UTC  (3+ messages)
` [PATCH v4 6/20] "

[PATCH bpf-next v4 05/20] lsm: Refactor return value of LSM hook inode_copy_up_xattr
 2024-07-20  9:29 UTC  (3+ messages)
` [PATCH v4 5/20] "

[PATCH bpf-next v4 04/20] lsm: Refactor return value of LSM hook inode_listsecurity
 2024-07-20  9:29 UTC  (3+ messages)
` [PATCH v4 4/20] "

[PATCH bpf-next v4 03/20] lsm: Refactor return value of LSM hook inode_getsecurity
 2024-07-20  9:28 UTC  (3+ messages)
` [PATCH v4 3/20] "

[PATCH bpf-next v4 02/20] lsm: Refactor return value of LSM hook inode_need_killpriv
 2024-07-20  9:27 UTC  (3+ messages)
` [PATCH v4 2/20] "

[GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.11-rc1-roundtwo
 2024-07-19 18:09 UTC  (2+ messages)

[PATCH 0/6] Add policy to sealed keys
 2024-07-19 13:26 UTC  (7+ messages)
` [PATCH 2/6] tpm: add policy sessions

[PATCH bpf-next v4 00/20] Add return value range check for BPF LSM
 2024-07-19  3:55 UTC  (4+ 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).