linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-19 21:44:41 to 2019-08-02 20:20:56 UTC [more...]

[RFC PATCH 0/2] tpm: Simple implementation of tpm_tis_i2c
 2019-08-02 20:20 UTC  (5+ messages)
` [RFC PATCH 1/2] tpm: Make implementation of read16/read32/write32 optional
` [RFC PATCH 2/2] tpm: Add tpm_tis_i2c backend for tpm_tis_core

[PATCH v2 0/6] tpm: Add driver for cr50
 2019-08-02 19:43 UTC  (12+ messages)
` [PATCH v2 5/6] tpm: add driver for cr50 on SPI

[PATCH] KEYS: trusted: allow module init if TPM is inactive or deactivated
 2019-08-02 19:42 UTC  (8+ messages)

[RFC/RFT v2 0/2] KEYS: trusted: Add generic trusted keys framework
 2019-08-02 19:38 UTC  (5+ messages)
` [RFC/RFT v2 1/2] KEYS: trusted: create trusted keys subsystem

[PATCH v1] ima-evm-utils: use tsspcrread to read the TPM 2.0 PCRs
 2019-08-02 19:36 UTC  (10+ messages)
      ` Exposing the tpm 2.0 PCRs? (renamed subject)

[PATCH v2] KEYS: trusted: allow module init if TPM is inactive or deactivated
 2019-08-02 16:15 UTC  (5+ messages)

[PATCH] ima: Allow to import the blacklisted cert signed by secondary CA cert
 2019-08-02  1:42 UTC  (3+ messages)

unable to handle page fault in 5.3-rc[12]
 2019-08-01 20:19 UTC  (2+ messages)

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

[PATCH v8 0/2] fTPM: firmware TPM running in TEE
 2019-08-01 16:35 UTC  (6+ messages)

[RFC v2 0/6] Introduce TEE based Trusted Keys support
 2019-08-01 10:40 UTC  (24+ messages)
` [RFC v2 1/6] tee: optee: allow kernel pages to register as shm
` [RFC v2 2/6] tee: enable support to register kernel memory
` [RFC v2 3/6] tee: add private login method for kernel clients
` [RFC v2 4/6] KEYS: trusted: Introduce TEE based Trusted Keys
` [RFC v2 5/6] doc: keys: Document usage of "
` [RFC v2 6/6] MAINTAINERS: Add entry for "
          ` [Tee-dev] [RFC v2 0/6] Introduce TEE based Trusted Keys support

[PATCH V37 25/29] kexec: Allow kexec_file() with appropriate IMA policy when locked down
 2019-07-31 22:16 UTC 

[PATCH v6] ima-evm-utils: Add some tests for evmctl
 2019-07-31 21:14 UTC  (2+ messages)

ima-evm-utils: README: fix misspellings
 2019-07-31 19:59 UTC 

[PATCH v5] ima-evm-utils: Add some tests for evmctl
 2019-07-31 15:20 UTC 

[PATCH v4] ima-evm-utils: Add some tests for evmctl
 2019-07-31 14:04 UTC  (2+ messages)

[PATCH v5 12/29] compat_ioctl: move drivers to compat_ptr_ioctl
 2019-07-31  8:37 UTC  (3+ messages)

[PATCH v3] ima-evm-utils: Add some tests for evmctl
 2019-07-30 23:24 UTC  (4+ messages)

ima-evm-utils: release v1.2.1
 2019-07-30 20:30 UTC 

[PATCH v2 0/2] char: tpm: add new driver for tpm i2c ptp
 2019-07-30 17:42 UTC  (9+ messages)

ima-evm-utils: git tagging for release
 2019-07-30 17:08 UTC  (5+ messages)

[PATCH] ima-evm-utils: Allow EVM verify to determine hash algo
 2019-07-30 14:20 UTC  (2+ messages)

[PATCH 1/2] ima-evm-utils: Fix ima_verify return value on multiple files
 2019-07-30 12:39 UTC  (6+ messages)
` [PATCH 2/2] ima-evm-utils: Never exit with -1 code

[PATCH] ima-evm-utils: fix trailing chars from configure script
 2019-07-30 11:31 UTC  (2+ messages)

[PATCH] ima-evm-utils: Fix ima_verify for v1 signatures
 2019-07-30 11:31 UTC  (2+ messages)

[PATCH] ima-evm-utils: limit OPENSSL_init_crypto calls
 2019-07-29 15:17 UTC 

[RFC 0/7] Introduce TEE based Trusted Keys support
 2019-07-29 13:13 UTC  (8+ messages)
` [RFC 3/7] tee: add private login method for kernel clients

[PATCH v2] ima-evm-utils: Add some tests for evmctl
 2019-07-29  4:09 UTC  (6+ messages)

[RFC PATCH] ima-evm-utils: Add some tests for evmctl
 2019-07-28  4:53 UTC  (8+ messages)

[PATCH] ima-evm-utils: Do not load keys from x509 certs if user pass --rsa
 2019-07-28  4:03 UTC 

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

SMACK and keys
 2019-07-27  9:20 UTC  (9+ messages)

[PATCH v1 0/5] ima-evm-utils: Assorted fixes and improvements
 2019-07-27  2:49 UTC  (3+ messages)
` [PATCH v1 4/5] ima-evm-utils: Allow multiple files in ima_verify

[PATCH 0/5] security: integrity: Makefile cleanups
 2019-07-26  7:04 UTC  (8+ messages)
` [PATCH 1/5] integrity: remove unneeded, broken attempt to add -fshort-wchar
` [PATCH 2/5] integrity: remove pointless subdir-$(CONFIG_...)
` [PATCH 3/5] integrity: use obj-y for non-modular objects
` [PATCH 4/5] IMA: "
` [PATCH 5/5] EVM: "

[PATCH v2] ima-evm-utils: Namespace some too generic object names
 2019-07-25 15:19 UTC  (3+ messages)

[PATCH 1/2] ima-evm-utils: Do not allow fallback and unknown hash algos
 2019-07-25 14:29 UTC  (6+ messages)
` [PATCH 2/2] ima-evm-utils: Show used hash algo in verbose mode

[PATCH] ima-evm-utils: functions/arrays define as static
 2019-07-25 11:50 UTC 

[PATCH] ima-evm-utils: Namespace some too generic function names
 2019-07-25 11:48 UTC  (5+ messages)

[PATCH v2] ima-evm-utils: Namespace some too generic object names
 2019-07-25  2:24 UTC 

ima-evm-utils: library version
 2019-07-25  0:36 UTC  (6+ messages)

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2019-07-24 15:34 UTC  (9+ messages)

[PATCH 0/2] powerpc/powernv: expose secure variables to userspace
 2019-07-24  9:52 UTC  (6+ messages)
` [PATCH 2/2] powerpc: expose secure variables via sysfs

[PATCH v3] ima-evm-utils: use tsspcrread to read the TPM 2.0 PCRs
 2019-07-24  7:16 UTC  (3+ messages)

Reminder: 1 open syzbot bug in "security/integrity" subsystem
 2019-07-24  2:49 UTC 

[PATCH v3 1/2] ima_evm_utils: erroneous "verification failed: 0 (invalid padding)" message
 2019-07-24  0:50 UTC  (7+ messages)
` [PATCH v3 2/2] ima-evm-utils: log unknown keyid's as errors

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-07-23 22:39 UTC  (8+ messages)
` [PATCH v12 01/11] MODSIGN: Export module signature definitions

[PATCH v2] ima-evm-utils: use tsspcrread to read the TPM 2.0 PCRs
 2019-07-23 19:41 UTC  (8+ messages)

ubifs assert when creating a SMACK transmuting directory
 2019-07-22 21:26 UTC 

[PATCH] ima-evm-utils: use tsspcrread to read the TPM 2.0 PCRs
 2019-07-22 19:15 UTC  (4+ messages)

[PATCH] ima-evm-utils: Show information about x509 cert when loading public key
 2019-07-19 21:44 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).