messages from 2018-03-09 20:14:44 to 2018-03-16 21:38:53 UTC [more...]
[PATCH v6 00/12] Appended signatures support for IMA appraisal
2018-03-16 21:38 UTC (14+ messages)
` [PATCH v6 01/12] MODSIGN: Export module signature definitions
` [PATCH v6 02/12] PKCS#7: Introduce pkcs7_get_message_sig() and verify_pkcs7_message_sig()
` [PATCH v6 03/12] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v6 04/12] ima: Introduce is_ima_sig()
` [PATCH v6 05/12] integrity: Introduce integrity_keyring_from_id()
` [PATCH v6 06/12] integrity: Introduce asymmetric_sig_has_known_key()
` [PATCH v6 07/12] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v6 08/12] ima: Export func_tokens
` [PATCH v6 09/12] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v6 10/12] ima: Add functions to read and verify a modsig signature
` [PATCH v6 11/12] ima: Implement support for module-style appended signatures
` [PATCH v6 12/12] ima: Write modsig to the measurement list
[PATCH] tpm: TPM 2.0 selftest performance improvement
2018-03-16 17:45 UTC
[PATCH] evm: check for remount ro in progress before writing
2018-03-16 17:12 UTC (3+ messages)
[RFC PATCH v2 0/3] ima: namespacing IMA
2018-03-16 17:04 UTC (15+ messages)
` [RFC PATCH v2 1/3] ima: extend clone() with IMA namespace support
` [RFC PATCH v2 3/3] ima: mamespace audit status flags
[PATCH] security: Fix IMA Kconfig for dependencies on ARM64
2018-03-16 16:51 UTC (27+ messages)
Problem mounting pseudo filesystems with SMACK and IMA enabled
2018-03-16 15:52 UTC (5+ messages)
Should we handle TPM_RC_RETRY internally?
2018-03-16 15:48 UTC (5+ messages)
[PATCH v2 0/8] tpm: factor out tpm1 code into tpm1-cmd.c
2018-03-16 14:08 UTC (24+ 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
TPM driver breaks S3 suspend
2018-03-16 13:44 UTC (3+ messages)
[PATCH v3 0/6] add integrity and security to TPM2 transactions
2018-03-16 13:34 UTC (15+ 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
Regression from efi: call get_event_log before ExitBootServices
2018-03-16 13:01 UTC (32+ messages)
[PATCH] tpm: allow TCPA log area to be empty
2018-03-16 12:55 UTC (4+ messages)
[PATCH v3 0/5] Migrate all TPM 2.0 commands to use struct tpm_buf
2018-03-16 12:36 UTC (9+ 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
[PATCH v3 0/4] unverifiable file signatures
2018-03-15 22:05 UTC (33+ 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 0/4] Code improvements in integrity and IMA
2018-03-15 21:01 UTC (12+ messages)
` [PATCH 1/4] integrity: Remove unused macro IMA_ACTION_RULE_FLAGS
` [PATCH 2/4] ima: Simplify ima_eventsig_init()
` [PATCH 3/4] ima: Improvements in ima_appraise_measurement()
` [PATCH 4/4] integrity: Introduce struct evm_xattr
[tpmdd-devel] tpm device not showing up in /dev anymore
2018-03-15 16:24 UTC (13+ messages)
[RFC PATCH v2 0/4] Rewrite tests into new API + fixes
2018-03-14 16:32 UTC (6+ messages)
` [RFC PATCH v2 1/4] security/ima: "
` [RFC PATCH v2 2/4] security/ima: Run measurements after policy
` [RFC PATCH v2 3/4] ima/ima_boot_aggregate: Increase MAX_EVENT_SIZE to 8k
` [RFC PATCH v2 4/4] ima/tpm: Various fixes
[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 1/1] efi/libstub: tpm: zero initialize pointer variables for mixed mode
2018-03-13 15:10 UTC
[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
[RFC 0/5] add integrity and security to TPM2 transactions
2018-03-12 11:00 UTC (4+ messages)
[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 V2] tpm_crb: use __le64 annotated variable for response buffer address
2018-03-10 16:01 UTC (2+ 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 (12+ messages)
[PATCH 0/5 V2] tpm: timeouts revamp
2018-03-10 11:21 UTC (5+ messages)
` [PATCH 3/5 V2] tpm2: add longer timeouts for creation commands
[5/5 V3] tpm: factor out tpm_get_timeouts
2018-03-10 5:28 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).