linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-03 20:26:33 to 2021-08-16 07:39:04 UTC [more...]

[PATCH 1/1] NAX LSM: Add initial support support
 2021-08-16  7:39 UTC  (14+ messages)

[PATCH v5] tpm: Add Upgrade/Reduced mode support for TPM2 modules
 2021-08-15 17:28 UTC  (3+ messages)

[PATCH v3] tpm: fix Atmel TPM crash caused by too frequent queries
 2021-08-14 22:25 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 0/1] ima: check control characters in policy path
 2021-08-14 12:47 UTC  (2+ messages)

[PATCH 1/1] ima: check control characters in policy file path
 2021-08-14  8:27 UTC 

[PATCH 0/6] updates to device mapper target measurement using ima
 2021-08-13 21:38 UTC  (7+ messages)
` [PATCH 1/6] dm ima: prefix dm table hashes in ima log with hash algorithm
` [PATCH 2/6] dm ima: add version info to dm related events in ima log
` [PATCH 3/6] dm ima: prefix ima event name related to device mapper with dm_
` [PATCH 4/6] dm ima: add a warning in dm_init if duplicate ima events are not measured
` [PATCH 5/6] dm ima: update dm target attributes for ima measurements
` [PATCH 6/6] dm ima: update dm documentation for ima measurement support

[PATCH ima-evm-utils] Improve memory handling for private keys and passwords
 2021-08-13 21:31 UTC  (3+ messages)

[PATCH v3 00/14] Enroll kernel keys thru MOK
 2021-08-13 18:26 UTC  (26+ messages)
` [PATCH v3 01/14] integrity: Introduce a Linux keyring for the Machine Owner Key (MOK)
` [PATCH v3 02/14] KEYS: CA link restriction
` [PATCH v3 03/14] integrity: Trust MOK keys if MokListTrustedRT found
` [PATCH v3 04/14] integrity: add add_to_mok_keyring
` [PATCH v3 05/14] integrity: restrict INTEGRITY_KEYRING_MOK to restrict_link_by_ca
` [PATCH v3 06/14] integrity: accessor function to get trust_moklist
` [PATCH v3 07/14] integrity: add new keyring handler for mok keys
` [PATCH v3 08/14] KEYS: add a reference to mok keyring
` [PATCH v3 09/14] KEYS: Introduce link restriction to include builtin, secondary and mok keys
` [PATCH v3 10/14] KEYS: change link restriction for secondary to also trust mok
` [PATCH v3 11/14] KEYS: link secondary_trusted_keys to mok trusted keys
` [PATCH v3 12/14] integrity: Do not allow mok keyring updates following init
` [PATCH v3 13/14] integrity: store reference to mok keyring
` [PATCH v3 14/14] integrity: change ima link restriction to include mok keys

[PATCH v7 0/5] IMA: restrict the accepted digest algorithms for the security.ima xattr
 2021-08-13 12:49 UTC  (15+ messages)
` [PATCH v7 1/5] IMA: remove the dependency on CRYPTO_MD5
` [PATCH v7 3/5] IMA: add support to restrict the hash algorithms used for file appraisal
` [PATCH v7 2/5] IMA: block writes of the security.ima xattr with unsupported algorithms
` [PATCH v7 4/5] IMA: add a policy option to restrict xattr hash algorithms on appraisal
` [PATCH v7 5/5] IMA: introduce a new policy option func=SETXATTR_CHECK

[PATCH v4 0/2] ibmvtpm: Avoid error message when process gets signal while waiting
 2021-08-12 19:48 UTC  (9+ messages)
` [PATCH v4 1/2] tpm: "
` [PATCH v4 2/2] tpm: ibmvtpm: Rename tpm_process_cmd to tpm_status and define flag

[PATCH v2] fscrypt: support trusted keys
 2021-08-12  0:54 UTC  (17+ messages)

[PATCH ima-evm-utils] evmctl: fix memory leak in get_password
 2021-08-11 18:28 UTC  (6+ messages)

[PATCH v5 ima-evm-utils 0/3] Add alternative calls to IBM TSS library
 2021-08-11 10:57 UTC  (5+ messages)
` [PATCH v5 ima-evm-utils 1/3] Expand the INSTALL instructions
` [PATCH v5 ima-evm-utils 2/3] Change PCR iterator from int to uint32_t
` [PATCH v5 ima-evm-utils 3/3] Create alternative tpm2_pcr_read() that uses IBM TSS

[PATCH 0/4] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-08-11 10:43 UTC  (14+ messages)
` [PATCH 2/4] KEYS: trusted: allow trust sources to use kernel RNG for key material
` [PATCH 3/4] crypto: caam - add in-kernel interface for blob generator

[PATCH v3 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-08-10 16:23 UTC  (18+ messages)
` [PATCH v3 01/14] x86/boot: Fix memremap of setup_indirect structures
` [PATCH v3 02/14] x86/boot: Add missing handling "
` [PATCH v3 03/14] x86/boot: Place kernel_info at a fixed offset
` [PATCH v3 04/14] Documentation/x86: Secure Launch kernel documentation
` [PATCH v3 05/14] x86: Secure Launch Kconfig
` [PATCH v3 06/14] x86: Secure Launch main header file
` [PATCH v3 07/14] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v3 08/14] x86: Secure Launch kernel early boot stub
` [PATCH v3 09/14] x86: Secure Launch kernel late "
` [PATCH v3 10/14] x86: Secure Launch SMP bringup support
` [PATCH v3 11/14] kexec: Secure Launch kexec SEXIT support
` [PATCH v3 12/14] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v3 13/14] x86: Secure Launch late initcall platform module
` [PATCH v3 14/14] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch

[PATCH v2 0/8] ima-evm-utils: Add support for signing with pkcs11 URIs
 2021-08-10 13:45 UTC  (9+ messages)
` [PATCH v2 1/8] evmctl: Implement support for EVMCTL_KEY_PASSWORD environment variable
` [PATCH v2 2/8] evmctl: Handle engine initialization properly
` [PATCH v2 3/8] evmctl: Move code setting up engine to own funtion
` [PATCH v2 4/8] evmctl: Extend libimaevm_params with ENGINE field and use it
` [PATCH v2 5/8] evmctl: Setup the pkcs11 engine if key has pkcs11: prefix
` [PATCH v2 6/8] libimaevm: Add support for pkcs11 private keys for signing a v2 hash
` [PATCH v2 7/8] tests: Extend sign_verify test with pkcs11-specific test
` [PATCH v2 8/8] tests: Get the packages for pkcs11 testing on the CI/CD system

[PATCH v6 0/5] IMA: restrict the accepted digest algorithms for the security.ima xattr
 2021-08-10  6:45 UTC  (20+ messages)
` [PATCH v6 1/5] IMA: remove the dependency on CRYPTO_MD5
` [PATCH v6 2/5] IMA: block writes of the security.ima xattr with unsupported algorithms
` [PATCH v6 3/5] IMA: add support to restrict the hash algorithms used for file appraisal
` [PATCH v6 4/5] IMA: add a policy option to restrict xattr hash algorithms on appraisal
` [PATCH v6 5/5] IMA: introduce a new policy option func=SETXATTR_CHECK

[PATCH 0/4] ima-evm-utils: Add support for signing with pkcs11 URIs
 2021-08-09 18:39 UTC  (7+ messages)
` [PATCH 1/4] evmctl: Implement support for EVMCTL_KEY_PASSWORD environment variable
` [PATCH 2/4] libimaevm: Add support for pkcs11 private keys for signing a v2 hash
` [PATCH 3/4] tests: Extend sign_verify test with pkcs11 specific test
` [PATCH 4/4] tests: Get the packages for pkcs11 testing on the CI/CD system

[PATCH v4] tpm: Add Upgrade/Reduced mode support for TPM2 modules
 2021-08-09 18:05 UTC  (3+ messages)

[PATCH v3 0/2] ibmvtpm: Avoid error message when process gets signal while waiting
 2021-08-09  4:27 UTC  (6+ messages)
` [PATCH v3 1/2] tpm: ibmvtpm: Rename tpm_process_cmd to tpm_status and define flag
` [PATCH v3 2/2] tpm: ibmvtpm: Avoid error message when process gets signal while waiting

[PATCH RFC v2 00/12] Enroll kernel keys thru MOK
 2021-08-06 21:20 UTC  (15+ messages)
` [PATCH RFC v2 02/12] KEYS: CA link restriction
` [PATCH RFC v2 10/12] KEYS: link system_trusted_keys to mok_trusted_keys

[PATCH v3] tpm: Add Upgrade/Reduced mode support for TPM2 modules
 2021-08-06 14:20 UTC  (3+ messages)

[RFC PATCH v1 0/4] keys: introduce key_extract_material helper
 2021-08-06 10:53 UTC  (2+ messages)

[PATCH v2] tpm: ibmvtpm: Avoid error message when process gets signal while waiting
 2021-08-05 20:44 UTC  (3+ messages)

[RFC][PATCH v2 00/12] integrity: Introduce DIGLIM
 2021-08-05 17:04 UTC  (10+ messages)
` [RFC][PATCH v2 06/12] diglim: Interfaces - digest_list_add, digest_list_del

[PATCH v2 00/12] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-08-04  3:05 UTC  (6+ messages)
` [PATCH v2 12/12] iommu: Do not allow IOMMU passthrough with Secure Launch


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