linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-15 06:28:55 to 2019-06-26 05:48:55 UTC [more...]

[RFC PATCH v5 0/1] Add dm verity root hash pkcs7 sig validation
 2019-06-26  5:48 UTC  (4+ messages)
` [RFC PATCH v5 1/1] "

[PATCH v1 0/2] char: tpm: add new driver for tpm i2c ptp
 2019-06-25 22:35 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: tpm: add the TPM I2C PTP device tree binding documentation
` [PATCH v1 2/2] char: tpm: add new driver for tpm i2c ptp

Can we enforce "IMA Policy" based on file type
 2019-06-25 21:35 UTC  (3+ messages)

[PATCH v7 0/2] fTPM: firmware TPM running in TEE
 2019-06-25 23:13 UTC  (4+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] fTPM: add documentation for ftpm driver

[PATCH 0/2] [IMA] Measure public keys of BuiltIn Trusted Keys
 2019-06-25 20:27 UTC  (10+ messages)

[PATCH v6 0/2] fTPM: firmware TPM running in TEE
 2019-06-25 20:03 UTC  (6+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] fTPM: add documentation for ftpm driver

[PATCH v5 00/16] fs-verity: read-only file-based authenticity protection
 2019-06-25 17:52 UTC  (34+ messages)
` [PATCH v5 01/16] fs-verity: add a documentation file
` [PATCH v5 02/16] fs-verity: add MAINTAINERS file entry
` [PATCH v5 03/16] fs-verity: add UAPI header
` [PATCH v5 04/16] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [PATCH v5 05/16] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v5 06/16] fs-verity: add inode and superblock fields
` [PATCH v5 07/16] fs-verity: add the hook for file ->open()
` [PATCH v5 08/16] fs-verity: add the hook for file ->setattr()
` [PATCH v5 09/16] fs-verity: add data verification hooks for ->readpages()
` [PATCH v5 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v5 11/16] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v5 12/16] fs-verity: add SHA-512 support
` [PATCH v5 13/16] fs-verity: support builtin file signatures
` [PATCH v5 14/16] ext4: add basic fs-verity support
` [PATCH v5 15/16] ext4: add fs-verity read support
` [PATCH v5 16/16] f2fs: add fs-verity support

[PATCH v4 00/14] ima: introduce IMA Digest Lists extension
 2019-06-25 17:35 UTC  (4+ messages)

[PATCH v7 00/11] ima-evm-utils: Convert v2 signatures from RSA to EVP_PKEY API
 2019-06-25  2:56 UTC  (19+ messages)
` [PATCH v7 01/11] ima-evm-utils: Convert read_pub_key "
` [PATCH v7 02/11] ima-evm-utils: Convert read_priv_key "
` [PATCH v7 03/11] ima-evm-utils: Convert cmd_import and calc keyid v2 "
` [PATCH v7 04/11] ima-evm-utils: Start converting find_keyid "
` [PATCH v7 05/11] ima-evm-utils: Convert verify_hash_v2 "
` [PATCH v7 06/11] ima-evm-utils: Replace find_keyid with find_keyid_pkey
` [PATCH v7 07/11] ima-evm-utils: Convert sign_hash_v2 to EVP_PKEY API
` [PATCH v7 08/11] ima-evm-utils: Replace calc_keyid_v2 with calc_pkeyid_v2
` [PATCH v7 09/11] ima-evm-utils: Remove RSA_ASN1_templates
` [PATCH v7 10/11] ima-evm-utils: Pass status codes from sign and hash functions to the callers
` [PATCH v7 11/11] ima-evm-utils: Log hash_algo with hash value in verbose mode

[PATCH V10 0/3] Add support for measuring the boot command line during kexec_file_load
 2019-06-24 22:03 UTC  (6+ messages)
` [PATCH V10 1/3] IMA: Define a new hook to measure the kexec boot command line arguments
` [PATCH V10 2/3] IMA: Define a new template field buf
` [PATCH V10 3/3] KEXEC: Call ima_kexec_cmdline to measure the boot command line args

[PATCH v11 00/13] Appended signatures support for IMA appraisal
 2019-06-24 19:56 UTC  (5+ messages)
` [PATCH v11 01/13] MODSIGN: Export module signature definitions
` [PATCH v11 02/13] PKCS#7: Refactor verify_pkcs7_signature()

[PATCH v3] tpm: Get TCG log from TPM2 ACPI table for tpm2 systems
 2019-06-24 17:46 UTC 

[PATCH] tpm: Get TCG log from TPM2 ACPI table for tpm2 systems
 2019-06-24 16:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/8] tpm: Add driver for cr50
 2019-06-24 14:26 UTC  (10+ messages)
` [PATCH 1/8] tpm: block messages while suspended

possible deadlock in __do_page_fault (2)
 2019-06-23 22:18 UTC 

[IMA] Re: possible deadlock in get_user_pages_unlocked (2)
 2019-06-23 22:16 UTC 

[PATCH v5 00/11] ima-evm-utils: Convert sign v2 from RSA to EVP_PKEY API
 2019-06-23  8:36 UTC  (28+ messages)
` [PATCH v5 01/11] ima-evm-utils: Make sure sig buffer is always MAX_SIGNATURE_SIZE
` [PATCH v5 02/11] ima-evm-utils: Change read_pub_key to use EVP_PKEY API
` [PATCH v5 03/11] ima-evm-utils: Change read_priv_key "
` [PATCH v5 04/11] ima-evm-utils: Start converting calc keyid v2 to "
` [PATCH v5 05/11] ima-evm-utils: Convert cmd_import to use "
` [PATCH v5 06/11] ima-evm-utils: Start converting find_keyid "
` [PATCH v5 07/11] ima-evm-utils: Convert verify_hash_v2 to "
` [PATCH v5 08/11] ima-evm-utils: Finish conversion of find_keyid "
` [PATCH v5 09/11] ima-evm-utils: Convert sign_hash_v2 to use "
` [PATCH v5 10/11] ima-evm-utils: Finish converting calc keyid v2 to "
` [PATCH v5 11/11] ima-evm-utils: Remove RSA_ASN1_templates

[PATCH V34 25/29] kexec: Allow kexec_file() with appropriate IMA policy when locked down
 2019-06-22  0:03 UTC 

[PATCH V33 26/30] kexec: Allow kexec_file() with appropriate IMA policy when locked down
 2019-06-21  1:19 UTC 

[PATCH v6 00/11] ima-evm-utils: Convert v2 signatures from RSA to EVP_PKEY API
 2019-06-20  7:13 UTC  (12+ messages)
` [PATCH v6 01/11] ima-evm-utils: Make sure sig buffer is always MAX_SIGNATURE_SIZE
` [PATCH v6 02/11] ima-evm-utils: Convert read_pub_key to EVP_PKEY API
` [PATCH v6 03/11] ima-evm-utils: Convert read_priv_key "
` [PATCH v6 04/11] ima-evm-utils: Convert cmd_import and calc keyid v2 "
` [PATCH v6 05/11] ima-evm-utils: Start converting find_keyid "
` [PATCH v6 06/11] ima-evm-utils: Convert verify_hash_v2 "
` [PATCH v6 07/11] ima-evm-utils: Replace find_keyid with find_keyid_pkey
` [PATCH v6 08/11] ima-evm-utils: Convert sign_hash_v2 to EVP_PKEY API
` [PATCH v6 09/11] ima-evm-utils: Replace calc_keyid_v2 with calc_pkeyid_v2
` [PATCH v6 10/11] ima-evm-utils: Remove RSA_ASN1_templates
` [PATCH v6 11/11] ima-evm-utils: Pass status codes from sign and hash functions to the callers

[PATCH V5] IMA: support for per policy rule template formats
 2019-06-19 23:10 UTC  (2+ messages)

[PATCH V8 0/3] Add support for measuring the boot command line during kexec_file_load
 2019-06-19 19:21 UTC  (8+ messages)
` [PATCH 1/3] IMA:Define a new hook to measure the kexec boot command line arguments
` [PATCH 2/3] IMA:Define a new template field buf
` [PATCH 3/3] KEXEC:Call ima_kexec_cmdline to measure the boot command line args

[PATCH v4 00/16] fs-verity: read-only file-based authenticity protection
 2019-06-19 19:13 UTC  (37+ messages)
` [PATCH v4 01/16] fs-verity: add a documentation file
` [PATCH v4 02/16] fs-verity: add MAINTAINERS file entry
` [PATCH v4 04/16] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [PATCH v4 05/16] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v4 06/16] fs-verity: add inode and superblock fields
` [PATCH v4 07/16] fs-verity: add the hook for file ->open()
` [PATCH v4 08/16] fs-verity: add the hook for file ->setattr()
` [PATCH v4 09/16] fs-verity: add data verification hooks for ->readpages()
` [PATCH v4 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v4 11/16] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v4 12/16] fs-verity: add SHA-512 support
` [PATCH v4 13/16] fs-verity: support builtin file signatures
` [PATCH v4 14/16] ext4: add basic fs-verity support

[PATCH V8 0/3] Add support for measuring the boot command line during kexec_file_load
 2019-06-19 17:46 UTC  (5+ messages)
` [PATCH V9 1/3] IMA:Define a new hook to measure the kexec boot command line arguments
` [PATCH V9 2/3] IMA:Define a new template field buf
` [PATCH V9 3/3] KEXEC:Call ima_kexec_cmdline to measure the boot command line args

[PATCH V4] IMA: support for per policy rule template formats
 2019-06-19  2:19 UTC  (2+ messages)

[PATCH v5 0/2] fTPM: firmware TPM running in TEE
 2019-06-19 11:05 UTC  (3+ messages)
` [PATCH v5 1/2] "

[PATCH] ima: dynamically allocate shash_desc
 2019-06-18 18:53 UTC  (7+ messages)

[PATCH v4 0/2] fTPM: firmware TPM running in TEE
 2019-06-18 15:25 UTC  (3+ messages)
` [PATCH v4 2/2] fTPM: add documentation for ftpm driver

[PATCH v4 0/4] LTP reproducer on broken IMA on overlayfs
 2019-06-18 13:59 UTC  (7+ messages)
` [PATCH v4 4/4] ima: Add overlay test + doc
          ` [LTP] "

[RFC PATCH v4 0/1] Add dm verity root hash pkcs7 sig validation
 2019-06-17 20:39 UTC  (4+ messages)
` [RFC PATCH v4 1/1] "

[PATCH v4 0/5] ima-avm-utils: Convert sign v2 from RSA to EVP_PKEY API
 2019-06-17 15:10 UTC  (9+ messages)
` [PATCH v4 1/5] ima-avm-utils: Make sure sig buffer is always MAX_SIGNATURE_SIZE
` [PATCH v4 3/5] ima-avm-utils: Change read_priv_key to use EVP_PKEY API
` [PATCH v4 4/5] ima-evm-utils: Convert sign v2 from RSA to "

[PATCH v3 0/3] powerpc: Enabling IMA arch specific secure boot policies
 2019-06-16 23:56 UTC  (6+ messages)
` [PATCH v3 1/3] powerpc/powernv: Add OPAL API interface to get secureboot state

[tytso@mit.edu: Re: [PATCH v4 03/16] fs-verity: add UAPI header]
 2019-06-15 22:03 UTC 

[PATCH] tpm: Fix null pointer dereference on chip register error path
 2019-06-15  6:28 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).