linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-17 13:59:43 to 2021-04-08 17:15:31 UTC [more...]

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

[PATCH] char: tpm: fix error return code in tpm_cr50_i2c_tis_recv()
 2021-04-08 16:31 UTC  (2+ messages)

[PATCH v4 0/4] crypto: add rsa pss support for x509
 2021-04-08 13:12 UTC  (6+ messages)
` [PATCH v4 1/4] x509: add support for rsa-pss
` [PATCH v4 2/4] crypto: support rsa-pss encoding
` [PATCH v4 3/4] crypto: add rsa pss test vector
` [PATCH v4 4/4] ima: add support for rsa pss verification

Bug: TPM returned invalid status
 2021-04-08  9:03 UTC  (6+ messages)

[PATCH 0/5] crypto: add rsa pss support for x509
 2021-04-08  7:41 UTC  (6+ messages)
` [PATCH v2 1/4] x509: add support for rsa-pss
` [PATCH v2 2/4] crypto: support rsa-pss encoding
` [PATCH v2 3/4] crypto: add rsa pss test vector
` [PATCH v2 4/4] ima: add support for rsa pss verification

[PATCH 0/2] Add support for ECDSA-signed kernel modules
 2021-04-07 20:15 UTC  (7+ messages)
` [PATCH 1/2] certs: Trigger recreation of module signing key if it's not an RSA key
` [PATCH 2/2] certs: Add support for using elliptic curve keys for signing modules

[PATCH v5 00/12] evm: Improve usability of portable signatures
 2021-04-07 19:28 UTC  (20+ messages)
` [PATCH v5 01/12] evm: Execute evm_inode_init_security() only when an HMAC key is loaded
` [PATCH v5 02/12] evm: Load EVM key in ima_load_x509() to avoid appraisal
` [PATCH v5 03/12] evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded
` [PATCH v5 04/12] ima: Move ima_reset_appraise_flags() call to post hooks
` [PATCH v5 05/12] evm: Introduce evm_status_revalidate()
` [PATCH v5 06/12] evm: Ignore INTEGRITY_NOLABEL/INTEGRITY_NOXATTRS if conditions are safe
` [PATCH v5 07/12] evm: Allow xattr/attr operations for portable signatures
` [PATCH v5 08/12] evm: Pass user namespace to set/remove xattr hooks
` [PATCH v5 09/12] evm: Allow setxattr() and setattr() for unmodified metadata
    ` [RESEND][PATCH "
` [PATCH v5 10/12] ima: Allow imasig requirement to be satisfied by EVM portable signatures
` [PATCH v5 11/12] ima: Introduce template field evmsig and write to field sig as fallback
` [PATCH v5 12/12] ima: Don't remove security.ima if file must not be appraised

[PATCH v7 0/5] Enable root to update the blacklist keyring
 2021-04-07 17:21 UTC  (8+ messages)
` [PATCH v7 5/5] certs: Allow root user to append signed hashes to "

[PATCH 0/5] crypto: add rsa pss support for x509
 2021-04-07  8:54 UTC  (10+ messages)
` [PATCH 1/5] x509: add support for rsa-pss
` [PATCH 2/5] crypto: support rsa-pss encoding
` [PATCH 3/5] crypto: add rsa pss test vector
` [PATCH 4/5] crypto: ecdsa ima support
` [PATCH 5/5] ima: add support for rsa pss verification
  ` [PATCH 0/5] crypto: add rsa pss support for x509(Internet mail)

[PATCH v3 0/4] crypto: add rsa pss support for x509
 2021-04-07  8:40 UTC  (6+ messages)
` [PATCH v3 1/4] x509: add support for rsa-pss
` [PATCH v3 2/4] crypto: support rsa-pss encoding
` [PATCH v3 3/4] crypto: add rsa pss test vector
` [PATCH v3 4/4] ima: add support for rsa pss verification

[PATCH v2 0/4] crypto: add rsa pss support for x509
 2021-04-07  3:03 UTC 

[PATCH v2] integrity: Add declarations to init_once void arguments
 2021-04-07  1:44 UTC 

[PATCH] rsa: add pss encoding support
 2021-04-06 13:32 UTC 

[PATCH v3 0/3] ima: kernel build support for loading the kernel module signing key
 2021-04-02 11:29 UTC  (7+ messages)
` [PATCH v3 1/3] keys: cleanup build time module signing keys
` [PATCH v3 2/3] ima: enable signing of modules with build time generated key
` [PATCH v3 3/3] ima: enable loading of build time generated key on .ima keyring

[PATCH v1 0/3] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-04-02  1:49 UTC  (68+ messages)
` [PATCH v1 1/3] crypto: caam - add in-kernel interface for blob generator
` [PATCH v1 3/3] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys

Question about the available tests for IMA apprise
 2021-04-02  0:12 UTC 

Bidding invitation
 2021-03-31  7:12 UTC 

[PATCH] IMA: Fix error in comment
 2021-03-31  2:54 UTC  (2+ messages)

[PATCH] ima: Fix function name error in comment
 2021-03-31  1:25 UTC  (3+ messages)

[PATCH v12 00/10] Add support for x509 certs with NIST P384/256/192 keys
 2021-03-26  9:30 UTC  (2+ messages)

[GIT PULL] integrity subsystem fix for v5.12
 2021-03-25 23:49 UTC  (2+ messages)

[PATCH] ima: Fix the error code for restoring the PCR value
 2021-03-25 15:09 UTC  (4+ messages)

[PATCH v4 00/11] evm: Improve usability of portable signatures
 2021-03-25 12:40 UTC  (7+ messages)
` [PATCH v4 08/11] evm: Allow setxattr() and setattr() for unmodified metadata

[RFC PATCH 1/2] ima: don't access a file's integrity status before an IMA policy is loaded
 2021-03-24 15:56 UTC  (19+ messages)
` [RFC PATCH 2/2] integrity: double check iint_cache was initialized

5.10.y Kernel Panic while poweroff and reboot - Null Pointer Exception - with TPM-Module SLB 9670
 2021-03-23 16:37 UTC  (6+ messages)

[PATCH 1/2] IMA: Move check_evmctl to setup, add require_evmctl()
 2021-03-23  7:30 UTC  (3+ messages)
` [PATCH 2/2] IMA/ima_keys.sh: Require evmctl 1.3.2

[PATCH v4] IMA: Allow only ima-buf template for key measurement
 2021-03-23  7:16 UTC  (2+ messages)

[PATCH 1/2] ima: don't access a file's integrity status before an IMA policy is loaded
 2021-03-22 18:02 UTC  (6+ messages)
` [PATCH 2/2] integrity: double check iint_cache was initialized

[PATCH v2] char: tpm: move to use request_irq by IRQF_NO_AUTOEN flag
 2021-03-18 19:29 UTC  (2+ messages)

[PATCH] KEYS: trusted: tee: fix build error due to missing include
 2021-03-18  7:06 UTC  (3+ messages)

[PATCH] char: tpm: move to use request_irq by IRQF_NO_AUTOEN flag
 2021-03-18  2:43 UTC  (4+ messages)

[PATCH v2] IMA: Allow only ima-buf template for key measurement
 2021-03-17 20:37 UTC  (6+ messages)


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