linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-25 16:10:46 to 2021-03-16 21:08:50 UTC [more...]

[PATCH v12 00/10] Add support for x509 certs with NIST P384/256/192 keys
 2021-03-16 21:07 UTC  (4+ messages)
` [PATCH v12 01/10] oid_registry: Add OIDs for ECDSA with SHA224/256/384/512
` [PATCH v12 02/10] crypto: Add support for ECDSA signature verification
` [PATCH v12 07/10] x509: Add support for parsing x509 certs with ECDSA keys

[PATCH v1 0/3] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-03-16 19:22 UTC  (5+ messages)
` [PATCH v1 1/3] crypto: caam - add in-kernel interface for blob generator
` [PATCH v1 2/3] KEYS: trusted: implement fallback to kernel RNG
` [PATCH v1 3/3] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys

Recent tpm_tis IRQ handling changes are causing kernel backtraces
 2021-03-16 19:18 UTC  (3+ messages)

[PATCH v2] IMA: Allow only ima-buf template for key measurement
 2021-03-16 18:50 UTC  (5+ messages)

[PATCH v3] IMA: Allow only ima-buf template for key measurement
 2021-03-16 16:37 UTC 

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

[PATCH] IMA: Add test for selinux measurement
 2021-03-16 11:54 UTC  (2+ messages)

[PATCH v7 0/5] Enable root to update the blacklist keyring
 2021-03-15 18:01 UTC  (11+ messages)
` [PATCH v7 1/5] tools/certs: Add print-cert-tbs-hash.sh
` [PATCH v7 2/5] certs: Check that builtin blacklist hashes are valid
` [PATCH v7 3/5] certs: Make blacklist_vet_description() more strict
` [PATCH v7 4/5] certs: Factor out the blacklist hash creation
` [PATCH v7 5/5] certs: Allow root user to append signed hashes to the blacklist keyring

[PATCH v9 0/4] Introduce TEE based Trusted Keys support
 2021-03-13 10:44 UTC  (17+ messages)
` [PATCH v9 1/4] KEYS: trusted: Add generic trusted keys framework
` [PATCH v9 2/4] KEYS: trusted: Introduce TEE based Trusted Keys
` [PATCH v9 3/4] doc: trusted-encrypted: updates with TEE as a new trust source
` [PATCH v9 4/4] MAINTAINERS: Add entry for TEE based Trusted Keys

[PATCH v6 00/40] idmapped mounts
 2021-03-13  0:05 UTC  (7+ messages)
` [PATCH v6 02/40] fs: add id translation helpers
` [PATCH v6 39/40] xfs: support idmapped mounts

[PATCH v2 0/3] Fix bugs related to TPM2 event log
 2021-03-12 16:54 UTC  (12+ messages)
` [PATCH v2 1/3] tpm: efi: Use local variable for calculating final log size
` [PATCH v2 2/3] tpm: acpi: Check eventlog signature before using it
` [PATCH v2 3/3] tpm: vtpm_proxy: Avoid reading host log when using a virtual device

[PATCH ima-evm-utils] travis: Fix openSUSE Tumbleweed
 2021-03-12 11:42 UTC  (2+ messages)

[PATCH v11 00/10] Add support for x509 certs with NIST P384/256/192 keys
 2021-03-10 21:41 UTC  (18+ messages)
` [PATCH v11 01/10] oid_registry: Add OIDs for ECDSA with sha224/256/384/512
` [PATCH v11 02/10] crypto: Add support for ECDSA signature verification
` [PATCH v11 03/10] crypto: Add NIST P384 curve parameters
` [PATCH v11 04/10] crypto: Add math to support fast NIST P384
` [PATCH v11 05/10] ecdsa: Register NIST P384 and extend test suite
` [PATCH v11 06/10] x509: Detect sm2 keys by their parameters OID
` [PATCH v11 07/10] x509: Add support for parsing x509 certs with ECDSA keys
` [PATCH v11 08/10] ima: Support EC keys for signature verification
` [PATCH v11 09/10] x509: Add OID for NIST P384 and extend parser for it
` [PATCH v11 10/10] certs: Add support for using elliptic curve keys for signing modules

[PATCH 0/3] Fix bugs related to TPM2 event log
 2021-03-10 19:51 UTC  (6+ messages)
` [PATCH 1/3] tpm: efi: Use local variable for calculating final log size
` [PATCH 2/3] tpm: acpi: Check eventlog signature before using it
` [PATCH 3/3] tpm: vtpm_proxy: Avoid reading host log when using a virtual device

Fwd: TPM unaligned memory accesses
 2021-03-10 19:32 UTC  (2+ messages)

[PATCH v25 05/25] LSM: Use lsmblob in security_audit_rule_match
 2021-03-09 14:42 UTC  (6+ messages)
` [PATCH v25 10/25] LSM: Use lsmblob in security_task_getsecid
` [PATCH v25 11/25] LSM: Use lsmblob in security_inode_getsecid
` [PATCH v25 12/25] LSM: Use lsmblob in security_cred_getsecid
` [PATCH v25 13/25] IMA: Change internal interfaces to use lsmblobs
` [PATCH v25 15/25] LSM: Ensure the correct LSM context releaser

[PATCH] IMA: Allow only ima-buf template for key measurement
 2021-03-09  9:51 UTC  (5+ messages)

[PATCH v3] selinux: measure state and policy capabilities
 2021-03-09  0:43 UTC  (10+ messages)

[PATCH v9 0/9] Add support for x509 certs with NIST P384/256/192 keys
 2021-03-08  6:58 UTC  (18+ messages)
` [PATCH v9 1/9] crypto: Add support for ECDSA signature verification
` [PATCH v9 2/9] x509: Detect sm2 keys by their parameters OID
` [PATCH v9 6/9] crypto: Add NIST P384 curve parameters
` [PATCH v9 7/9] crypto: Add math to support fast NIST P384
` [PATCH v9 8/9] ecdsa: Register NIST P384 and extend test suite
` [PATCH v9 9/9] certs: Add support for using elliptic curve keys for signing modules

[PATCH v10 0/9] Add support for x509 certs with NIST P384/256/192 keys
 2021-03-07  1:21 UTC  (30+ messages)
` [PATCH v10 1/9] crypto: Add support for ECDSA signature verification
` [PATCH v10 2/9] crypto: Add NIST P384 curve parameters
` [PATCH v10 3/9] crypto: Add math to support fast NIST P384
` [PATCH v10 4/9] ecdsa: Register NIST P384 and extend test suite
` [PATCH v10 5/9] x509: Detect sm2 keys by their parameters OID
` [PATCH v10 6/9] x509: Add support for parsing x509 certs with ECDSA keys
` [PATCH v10 7/9] ima: Support EC keys for signature verification
` [PATCH v10 8/9] x509: Add OID for NIST P384 and extend parser for it
` [PATCH v10 9/9] certs: Add support for using elliptic curve keys for signing modules

[PATCH v3 0/2] TPM fixes
 2021-03-06 16:07 UTC  (5+ messages)
` [PATCH v3 2/2] tpm: in tpm2_del_space check if ops pointer is still valid

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

[GIT PULL] TPM DEVICE DRIVER changes for v5.12-rc2
 2021-03-04 21:16 UTC  (2+ messages)

[PATCH] ima: Fix the error code for restoring the PCR value
 2021-03-03  3:28 UTC 

[PATCH v19 00/13] Carry forward IMA measurement log on kexec on ARM64
 2021-03-02 15:25 UTC  (3+ messages)

[PATCH 00/20] Manual replacement of all strlcpy in favor of strscpy
 2021-03-02 13:29 UTC  (3+ messages)
` [PATCH 06/20] ima: Manual replacement of the deprecated strlcpy() with return values

[PATCH] ima: Replacing deprecated strlcpy with strscpy ~~~~~~~~~ Replace
 2021-03-02  7:52 UTC  (2+ messages)

[PATCH] x86/sgx: Replace section->init_laundry_list with a temp list
 2021-03-02  4:42 UTC 

[PATCH] tpm: Remove unintentional dump_stack() call
 2021-03-01 21:24 UTC 

[PATCH] tpm: Remove unintentional dump_stack() call
 2021-03-01 21:08 UTC  (2+ messages)

[PATCH v3 00/11] evm: Improve usability of portable signatures
 2021-03-01 18:06 UTC  (3+ messages)
` [PATCH v3 02/11] evm: Load EVM key in ima_load_x509() to avoid appraisal

[PATCH] tpm: Add missing check in tpm_inf_recv
 2021-03-01 11:30 UTC  (3+ messages)
  `  "

[PATCH] tpm/ppi: Constify static struct attribute_group
 2021-03-01  9:44 UTC  (4+ messages)

[PATCH 0/9] Enable hibernation when Lockdown is enabled
 2021-02-28  7:59 UTC  (4+ messages)
` [PATCH 2/9] tpm: Allow PCR 23 to be restricted to kernel-only use

[PATCH 0/3] Load keys from TPM2 NV Index on IMA keyring
 2021-02-26 21:51 UTC  (11+ messages)
` [PATCH 1/3] tpm: Add support for reading a TPM NV Index
` [PATCH 2/3] integrity: Allow specifying flags in integrity_load_cert
` [PATCH 3/3] integrity: Load keys from TPM NV onto IMA keyring

[PATCH v2] vio: make remove callback return void
 2021-02-25 22:18 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).