linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-06 09:28:43 to 2018-03-13 18:26:52 UTC [more...]

[linux-next:master 6699/7643] security/integrity/evm/evm_crypto.c:40:6: sparse: symbol 'evm_hmac' was not declared. Should it be static?
 2018-03-13 18:16 UTC  (3+ messages)
` [RFC PATCH linux-next] evm: evm_hmac can be static

[PATCH v3 0/6] add integrity and security to TPM2 transactions
 2018-03-13 16:00 UTC  (12+ messages)
` [PATCH v3 1/6] tpm-buf: create new functions for handling TPM buffers
` [PATCH v3 2/6] tpm2-sessions: Add full HMAC and encrypt/decrypt session handling
` [PATCH v3 3/6] tpm2: add hmac checks to tpm2_pcr_extend()
` [PATCH v3 4/6] tpm2: add session encryption protection to tpm2_get_random()
` [PATCH v3 5/6] trusted keys: Add session encryption protection to the seal/unseal path
` [PATCH v3 6/6] tpm2-sessions: NOT FOR COMMITTING add sessions testing

[PATCH 1/1] efi/libstub: tpm: zero initialize pointer variables for mixed mode
 2018-03-13 15:10 UTC 

[PATCH] security: Fix IMA Kconfig for dependencies on ARM64
 2018-03-13 12:57 UTC  (22+ messages)

Regression from efi: call get_event_log before ExitBootServices
 2018-03-13 15:00 UTC  (37+ messages)

[PATCH v3 0/4] unverifiable file signatures
 2018-03-13 14:46 UTC  (12+ messages)
` [PATCH v3 1/4] ima: fail file signature verification on non-init mounted filesystems
` [PATCH v3 2/4] ima: re-evaluate files on privileged "
` [PATCH v3 3/4] ima: fail signature verification based on policy
` [PATCH v3 4/4] fuse: define the filesystem as untrusted

[PATCH] audit: add containerid support for IMA-audit
 2018-03-13  5:53 UTC  (6+ messages)

[PATCH v2] exec: Set file unwritable before LSM check
 2018-03-13  5:16 UTC  (5+ messages)

[PATCH] tpm: add tpm_calc_ordinal_duration wrapper
 2018-03-12 20:50 UTC 

[PATCH] tpm: allow TCPA log area to be empty
 2018-03-12 15:02 UTC  (3+ messages)

[PATCH v3 0/5] Migrate all TPM 2.0 commands to use struct tpm_buf
 2018-03-12 11:13 UTC  (8+ messages)
` [PATCH v3 1/5] tpm: fix intermittent failure with self tests
` [PATCH v3 3/5] tpm: migrate tpm2_probe() to use struct tpm_buf

[RFC 0/5] add integrity and security to TPM2 transactions
 2018-03-12 11:00 UTC  (9+ messages)
` [RFC v2 1/5] tpm-buf: create new functions for handling TPM buffers
` [RFC v2 2/5] tpm2-sessions: Add full HMAC and encrypt/decrypt session handling
` [RFC v2 3/5] tpm2: add hmac checks to tpm2_pcr_extend()
` [RFC v2 4/5] tpm2: add session encryption protection to tpm2_get_random()
` [RFC v2 5/5] tpm2-sessions: NOT FOR COMMITTING add sessions testing

[PATCH 1/2] security: evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.c
 2018-03-11 22:01 UTC  (2+ messages)

[PATCH v3] ima: drop vla in ima_audit_measurement()
 2018-03-11 22:01 UTC  (2+ messages)

[PATCH] evm: check for remount ro in progress before writing
 2018-03-11 21:52 UTC  (3+ messages)

[PATCH V2] tpm_crb: use __le64 annotated variable for response buffer address
 2018-03-10 16:01 UTC  (3+ messages)

[PATCH 3/5 V3] tpm2: add longer timeouts for creation commands
 2018-03-10 15:15 UTC 

[PATCH 1/3 RESEND] tpm: add longer timeouts for creation commands
 2018-03-10 12:46 UTC  (22+ messages)
` [PATCH 3/3] tpm_crb: use __le64 annotated variable for response buffer address

[PATCH 0/5 V2] tpm: timeouts revamp
 2018-03-10 11:21 UTC  (12+ messages)
` [PATCH 3/5 V2] tpm2: add longer timeouts for creation commands
` [PATCH 4/5 V2] tpm2: add new tpm2 commands according to TCG 1.36
` [PATCH 5/5 V2] tmp: factor out tpm_get_timeouts

[PATCH v2 0/8] tpm: factor out tpm1 code into tpm1-cmd.c
 2018-03-10  8:24 UTC  (9+ messages)
` [PATCH v2 1/8] tpm: move tpm1_pcr_extend to tpm1-cmd.c
` [PATCH v2 2/8] tpm: move tpm_getcap "
` [PATCH v2 3/8] tpm: factor out tpm1_get_random into tpm1-cmd.c
` [PATCH v2 4/8] tpm: move tpm1 selftest code from tpm-interface tpm1-cmd.c
` [PATCH v2 5/8] tpm: factor out tpm1 pm suspend flow into tpm1-cmd.c
` [PATCH v2 6/8] tpm: factor out tpm_startup function
` [PATCH v2 7/8] tpm: Move pcr extend to tpm2-cmd.c
` [PATCH v2 8/8] tpm: move tpm2 code validation to tpm2-space.c

[5/5 V3] tpm: factor out tpm_get_timeouts
 2018-03-10  5:28 UTC 

[RFC PATCH v2 0/3] ima: namespacing IMA
 2018-03-09 20:14 UTC  (4+ messages)
` [RFC PATCH v2 1/3] ima: extend clone() with IMA namespace support
` [RFC PATCH v2 2/3] ima: Add ns_status for storing namespaced iint data
` [RFC PATCH v2 3/3] ima: mamespace audit status flags

[PATCH] exec: Set file unwritable before LSM check
 2018-03-09 19:13 UTC  (2+ messages)

[tpmdd-devel] tpm device not showing up in /dev anymore
 2018-03-09 17:24 UTC  (12+ messages)

[PATCH v2 1/3] certs: define a trusted platform keyring
 2018-03-09 17:10 UTC  (5+ messages)
` [PATCH v2 2/3] keys: export find_keyring_by_name()
` [PATCH v2 3/3] ima: support platform keyring for kernel appraisal

Regression from efi: call get_event_log before ExitBootServices
 2018-03-09 10:50 UTC 

[PATCH v2] ima: drop vla in ima_audit_measurement()
 2018-03-08 22:28 UTC  (6+ messages)

[PATCH] ima: drop vla in ima_audit_measurement()
 2018-03-08 19:50 UTC  (8+ messages)

Regression from efi: call get_event_log before ExitBootServices
 2018-03-08 10:03 UTC 

[PATCH 1/3] certs: define a trusted platform keyring
 2018-03-07 17:47 UTC  (3+ messages)

[PATCH 0/4] tpm: factor out tpm1 code into tpm1-cmd.c
 2018-03-06 13:56 UTC  (9+ messages)
` [PATCH 1/4] tmp: move tpm1_pcr_extend to tpm1-cmd.c
` [PATCH 2/4] tmp: move tpm_getcap "
` [PATCH 3/4] tmp: factor out tpm1_get_random into tpm1-cmd.c
` [PATCH 4/4] tpm: move tpm1 selftest code from tpm-interface tpm1-cmd.c

[PATCH 0/6] tpm: timeouts revamp
 2018-03-06 13:55 UTC  (5+ messages)
` [PATCH 2/6] tpm: factor out tpm 1.2 duration calculation to tpm1-cmd.c

[PATCH 1/3] tpm: move TPM_POLL_SLEEP from tpm_tis_core.c to tpm.h
 2018-03-06 11:06 UTC  (8+ messages)
` [PATCH 2/3] tpm: reduce poll sleep time between send() and recv() in tpm_transmit()

[PATCH v3 0/5] Call GetEventLog before ExitBootServices
 2018-03-06 10:15 UTC  (4+ messages)
` [PATCH v3 4/5] efi: call get_event_log "


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