linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-20 11:56:16 to 2021-06-10 12:56:41 UTC [more...]

[PATCH v6 0/4] Add support for ECDSA-signed kernel modules
 2021-06-10 12:56 UTC  (5+ messages)
` [PATCH v6 1/4] certs: Trigger creation of RSA module signing key if it's not an RSA key
` [PATCH v6 2/4] certs: Check whether openssl tool is available
` [PATCH v6 3/4] certs: Add support for using elliptic curve keys for signing modules
` [PATCH v6 4/4] certs: Adjustment due to 'Check whether openssl tool is available'

[PATCH] tpm, tpm_tis: Acquire locality in tpm_tis_gen_interrupt() and tpm_get_timeouts()
 2021-06-10 12:29 UTC  (13+ messages)

[PATCH v3 0/7] tee: Improve support for kexec and kdump
 2021-06-10 12:14 UTC  (19+ messages)
` [PATCH v3 1/7] optee: Fix memory leak when failing to register shm pages
` [PATCH v3 2/7] optee: Refuse to load the driver under the kdump kernel
` [PATCH v3 3/7] optee: fix tee out of memory failure seen during kexec reboot
` [PATCH v3 4/7] optee: Clear stale cache entries during initialization
` [PATCH v3 5/7] tee: Support shm registration without dma-buf backing
` [PATCH v3 6/7] tpm_ftpm_tee: Free and unregister dynamic shared memory during kexec
` [PATCH v3 7/7] firmware: tee_bnxt: Release shm, session, and context "

[PATCH v5 0/2] Add support for ECDSA-signed kernel modules
 2021-06-10 11:50 UTC  (9+ messages)
` [PATCH v5 1/2] certs: Trigger creation of RSA module signing key if it's not an RSA key
` [PATCH v5 2/2] certs: Add support for using elliptic curve keys for signing modules

[PATCH] tpm2_load_command leaks memory
 2021-06-10  9:49 UTC 

ima - wait for tpm load
 2021-06-10  7:16 UTC 

[PATCH v3] tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()
 2021-06-09 18:57 UTC  (2+ messages)

Projects
 2021-06-09 12:09 UTC 

Proposal
 2021-06-09 12:10 UTC 

[PATCH v2 0/1] tpm_tis: Use DEFINE_RES_MEM() to simplify code
 2021-06-09 12:23 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH][next] ima: Fix fall-through warning for Clang
 2021-06-08 17:02 UTC  (2+ messages)

[PATCH 0/2] EVM: add some debugging info
 2021-06-08 16:06 UTC  (4+ messages)
` [PATCH 1/2] ima: differentiate between EVM failures in the audit log
` [PATCH 2/2] evm: output EVM digest calculation info

[PATCH v3 0/6] evm: Prepare for moving to the LSM infrastructure
 2021-06-08 13:02 UTC  (2+ messages)

[PATCH 1/5] doc: Fix warning in Documentation/security/IMA-templates.rst
 2021-06-08 12:31 UTC  (5+ messages)
` [PATCH 2/5] ima: Set correct casting types
` [PATCH 3/5] ima/evm: Fix type mismatch
` [PATCH 4/5] ima: Include header defining ima_post_key_create_or_update()
` [PATCH 5/5] ima: Pass NULL instead of 0 to ima_get_action() in ima_file_mprotect()

[integrity:next-integrity-testing 5/9] security/integrity/ima/ima_template_lib.c:616:22: sparse: sparse: incorrect type in assignment (different base types)
 2021-06-04 12:47 UTC  (3+ messages)

[integrity:next-integrity-testing 4/9] security/integrity/ima/ima_template_lib.c:571:28: sparse: sparse: incorrect type in assignment (different base types)
 2021-06-04  7:33 UTC 

[integrity:next-integrity-testing 3/9] security/integrity/ima/ima_template_lib.c:100:44: sparse: sparse: cast to restricted __le16
 2021-06-04  6:56 UTC 

[RFC PATCH 0/2] EVM: add some debugging info
 2021-06-04  6:37 UTC  (7+ messages)
` [RFC PATCH 1/2] ima: differentiate between EVM failures in the audit log
` [RFC PATCH 2/2] evm: output EVM digest calculation info needed for debugging

[PATCH v2 0/7] ima: Add template fields to verify EVM portable signatures
 2021-06-03 14:30 UTC  (15+ messages)
` [PATCH v2 1/7] ima: Add ima_show_template_uint() template library function
` [PATCH v2 2/7] ima: Define new template fields iuid and igid
` [PATCH v2 3/7] ima: Define new template field imode
` [PATCH v2 4/7] evm: Verify portable signatures against all protected xattrs
` [PATCH v2 5/7] ima: Define new template fields xattrnames, xattrlengths and xattrvalues
  ` [RESEND][PATCH "
` [PATCH v2 6/7] ima: Define new template evm-sig
    ` [RESEND][PATCH "
` [PATCH v2 7/7] evm: Don't return an error in evm_write_xattrs() if audit is not enabled

[PATCH 1/1] tpm_tis: Use DEFINE_RES_MEM() to simplify code
 2021-06-03  6:27 UTC  (5+ messages)

Recent tpm_tis IRQ handling changes are causing kernel backtraces
 2021-06-01 18:03 UTC  (13+ messages)

[PATCH -next] tpm: fix some doc warnings in tpm1-cmd.c
 2021-06-01 17:59 UTC  (2+ messages)

[PATCH v5 0/2] Add support for ECDSA-signed kernel modules
 2021-06-01 17:58 UTC  (4+ messages)
` [PATCH v5 1/2] certs: Trigger creation of RSA module signing key if it's not an RSA key
` [PATCH v5 2/2] certs: Add support for using elliptic curve keys for signing modules

[PATCH v2] tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()
 2021-06-01 17:43 UTC  (3+ messages)

[PATCH] tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()
 2021-06-01 17:36 UTC  (4+ messages)

[RFC PATCH 0/3] Add additional MOK vars
 2021-06-01 15:24 UTC  (12+ messages)
` [RFC PATCH 1/3] keys: Add ability to trust the platform keyring

[integrity:next-integrity-testing 18/20] security/integrity/ima/ima_template_lib.c:623:5: warning: no previous prototype for 'ima_eventinodexattrs_init_common'
 2021-05-31 19:12 UTC 

[PATCH v4 0/2] Add support for ECDSA-signed kernel modules
 2021-05-31 16:12 UTC  (5+ messages)
` [PATCH v4 1/2] certs: Trigger creation of RSA module signing key if it's not an RSA key
` [PATCH v4 2/2] certs: Add support for using elliptic curve keys for signing modules

[PATCH v2 0/7] crypto: add eddsa support for x509
 2021-05-31 12:43 UTC  (10+ messages)
` [PATCH v2 1/7] crypto: fix a memory leak in sm2
` [PATCH v2 2/7] lib/mpi: use kcalloc in mpi_resize
` [PATCH v2 3/7] lib/mpi: export some common function
` [PATCH v2 4/7] x509: add support for eddsa
` [PATCH v2 5/7] crypto: move common code in sm2 to ec_mpi.c and ec_mpi.h
` [PATCH v2 6/7] crypto: ed25519 cert verification
` [PATCH v2 7/7] crypto: add eddsa test vector

Good tests for IMA/EVM
 2021-05-31  9:41 UTC 

[PATCH] tpm_tis_spi: add missing SPI device ID entries
 2021-05-31  5:37 UTC  (6+ messages)

[PATCH v4] IMA: support for duplicate measurement records
 2021-05-27 16:19 UTC  (3+ messages)

EVM gives no_label error due to security_kernfs_init_security
 2021-05-27  7:18 UTC  (4+ messages)

[PATCH v3] ima-evm-utils: Support SM2 algorithm for sign and verify
 2021-05-26  8:46 UTC  (2+ messages)

[PATCH ima-evm-utils v3] ima-evm-utils: Support SM2 algorithm for sign and verify
 2021-05-26  8:44 UTC 

[PATCH ima-evm-utils v2] ima-evm-utils: Support SM2 algorithm for sign and verify
 2021-05-26  8:34 UTC  (3+ messages)

[PATCH v4] add longer timeout for verify signature command
 2021-05-26  4:56 UTC  (4+ messages)
` [PATCH v4] tpm2: "

[ANNOUNCE][CFP] Linux Security Summit 2021
 2021-05-25 16:24 UTC  (2+ messages)

[PATCH v2 0/1] draft RFC for TPM key format
 2021-05-24 22:20 UTC  (2+ messages)
` [PATCH v2 1/1] doc: add draft RFC for TPM Key format

[PATCH v3] add longer timeout for verify signature command
 2021-05-24 21:29 UTC  (3+ messages)
` [PATCH v3] tpm2: "

[PATCH 0/7] ima: Add template fields to verify EVM portable signatures
 2021-05-24 18:31 UTC  (9+ messages)
` [PATCH 3/7] ima: Introduce template fields mntuidmap and mntgidmap
` [PATCH 5/7] evm: Verify portable signatures against all protected xattrs
` [PATCH 6/7] ima: Introduce template field evmxattrs

[PATCH 0/1] draft RFC for TPM key format
 2021-05-24 11:48 UTC  (5+ messages)
` [PATCH 1/1] doc: add draft RFC for TPM Key format

[PATCH 0/4] Trusted Key policy for TPM 2.0
 2021-05-22 22:45 UTC  (15+ messages)
` [PATCH 1/4] security: keys: trusted: add PCR policy to TPM2 keys
` [PATCH 2/4] security: keys: trusted: add ability to specify arbitrary policy
` [PATCH 3/4] security: keys: trusted: implement counter/timer policy
` [PATCH 4/4] security: keys: trusted: implement authorization policy

[PATCH v26 15/25] LSM: Ensure the correct LSM context releaser
 2021-05-21 20:19 UTC  (2+ messages)

[PATCH v7 00/12] evm: Improve usability of portable signatures
 2021-05-21 17:31 UTC  (4+ messages)

[PATCH 00/16] Rid W=1 warnings from Char
 2021-05-21  7:56 UTC  (10+ messages)
` [PATCH 07/16] char: tpm: tpm1-cmd: Fix a couple of misnamed functions
` [PATCH 08/16] char: tpm: tpm_ftpm_tee: Fix a couple of kernel-doc misdemeanours

[PATCH v3] char: tpm: move to use request_irq by IRQF_NO_AUTOEN flag
 2021-05-21  0:52 UTC  (3+ messages)

[PATCH v2] add longer timeout for verify signature command
 2021-05-20 16:39 UTC  (3+ messages)
` [PATCH v2] tpm2: "


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