linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-21 11:08:32 to 2019-07-03 23:01:29 UTC [more...]

[PATCH] tpm: Fix null pointer dereference on chip register error path
 2019-07-03 23:01 UTC  (4+ messages)

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

[PATCH] tpm: Document UEFI event log quirks
 2019-07-03 17:08 UTC  (3+ messages)

[PATCH v8 0/9] ima-evm-utils: Convert v2 signatures from RSA to EVP_PKEY API
 2019-07-03 15:50 UTC  (10+ messages)
` [PATCH v8 1/9] ima-evm-utils: Convert read_pub_key "
` [PATCH v8 2/9] ima-evm-utils: Convert read_priv_key "
` [PATCH v8 3/9] ima-evm-utils: Convert cmd_import and calc keyid v2 "
` [PATCH v8 4/9] ima-evm-utils: Convert verify_hash_v2 and find_keyid "
` [PATCH v8 5/9] ima-evm-utils: Convert sign_hash_v2 "
` [PATCH v8 6/9] ima-evm-utils: Replace calc_keyid_v2 with calc_pkeyid_v2
` [PATCH v8 7/9] ima-evm-utils: Remove RSA_ASN1_templates
` [PATCH v8 8/9] ima-evm-utils: Pass status codes from sign and hash functions to the callers
` [PATCH v8 9/9] ima-evm-utils: Log hash_algo with hash value in verbose mode

[PATCH v7 0/2] fTPM: firmware TPM running in TEE
 2019-07-03 14:16 UTC  (20+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] fTPM: add documentation for ftpm driver

[PATCH] ima: Replace two seq_printf() calls by seq_puts() in ima_show_template_data_ascii()
 2019-07-03 11:14 UTC  (4+ messages)
  `  "

[PATCH] ima: Replace two seq_printf() calls by seq_puts() in ima_show_template_data_ascii()
 2019-07-02 19:00 UTC 

[PATCH] ima: Replace two seq_printf() calls by seq_puts() in ima_show_template_data_ascii()
 2019-07-02 19:00 UTC 

[PATCH] ima: Replace two seq_printf() calls by seq_puts() in ima_show_template_data_ascii()
 2019-07-02 19:00 UTC 

[PATCH 1/2] ima: always return negative code for error
 2019-07-02  8:00 UTC  (2+ messages)
` [PATCH 2/2] ima: fix freeing ongoing ahash_request

[RFC PATCH v6 0/1] Add dm verity root hash pkcs7 sig validation
 2019-07-01 18:19 UTC  (2+ messages)
` [RFC PATCH v6 1/1] "

[RFC PATCH v5 0/1] Add dm verity root hash pkcs7 sig validation
 2019-07-01 17:33 UTC  (18+ messages)
` [RFC PATCH v5 1/1] "

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-07-01 14:47 UTC  (14+ messages)
` [PATCH v12 01/11] MODSIGN: Export module signature definitions
` [PATCH v12 02/11] PKCS#7: Refactor verify_pkcs7_signature()
` [PATCH v12 03/11] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v12 04/11] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v12 05/11] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v12 06/11] ima: Factor xattr_verify() out of ima_appraise_measurement()
` [PATCH v12 07/11] ima: Implement support for module-style appended signatures
` [PATCH v12 08/11] ima: Collect modsig
` [PATCH v12 09/11] ima: Define ima-modsig template
` [PATCH v12 10/11] ima: Store the measurement again when appraising a modsig
` [PATCH v12 11/11] ima: Allow template= option for appraise rules as well

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2019-07-01 14:31 UTC  (12+ messages)
` [PATCH v4 2/3] initramfs: read metadata from special file METADATA!!!
` [PATCH v4 3/3] gen_init_cpio: add support for file metadata

Problem with the kernels trusted module on "inactive" TPM
 2019-07-01 14:22 UTC 

[PATCH] Revert "tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()"
 2019-07-01 13:15 UTC 

[PATCH] ima: fix freeing ongoing ahash_request
 2019-07-01 11:08 UTC  (4+ messages)

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

[PATCH] ima: Update MAX_TEMPLATE_NAME_LEN to fit largest reasonable definition
 2019-06-28 11:41 UTC  (2+ messages)

[PATCH V10 0/3] Add support for measuring the boot command line during kexec_file_load
 2019-06-27 23:27 UTC  (8+ 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

linux-next: Tree for Jun 26 (security/integrity/ima/)
 2019-06-27 15:08 UTC  (4+ messages)

[PATCH v1 0/2] char: tpm: add new driver for tpm i2c ptp
 2019-06-27  0:21 UTC  (6+ 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

[GIT PULL] tpmdd updates for Linux v5.3
 2019-06-26 22:50 UTC 

[PATCH v5 00/16] fs-verity: read-only file-based authenticity protection
 2019-06-26 18:21 UTC  (31+ 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 16/16] f2fs: add fs-verity support

[PATCH v7 00/11] ima-evm-utils: Convert v2 signatures from RSA to EVP_PKEY API
 2019-06-26 15:07 UTC  (22+ 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 v4 00/14] ima: introduce IMA Digest Lists extension
 2019-06-26 11:38 UTC  (5+ messages)

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

[PATCH 0/2] [IMA] Measure public keys of BuiltIn Trusted Keys
 2019-06-25 20:27 UTC  (6+ 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 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  (7+ 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  (10+ messages)
` [PATCH v5 01/11] ima-evm-utils: Make sure sig buffer is always MAX_SIGNATURE_SIZE

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


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